Fix CI after GHA Update to Ubuntu 24.04 (#1781)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1781 This new image removed preinstalled libc++, and the ability to install old version of Clang Format we were installing. This manually installs libc++ when setting up Clang jobs, and fully removes the clang-format validation job, since it wasn't correctly running before, and it's probably more a pain to ask people to run this than to just run Arcanist when importing a change. Changelog: [Internal] Reviewed By: joevilches Differential Revision: D68455129 fbshipit-source-id: b5767be832b2b5d46db7e60e18b66823819ba15a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9591210a7a
commit
b12e0a2a15
1
.github/actions/setup-cpp/action.yml
vendored
1
.github/actions/setup-cpp/action.yml
vendored
@@ -16,6 +16,7 @@ runs:
|
||||
if: ${{ inputs.toolchain == 'Clang' }}
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get install -y libc++-dev libc++abi-dev
|
||||
echo "CC=/usr/bin/clang" >> $GITHUB_ENV
|
||||
echo "CXX=/usr/bin/clang++" >> $GITHUB_ENV
|
||||
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV
|
||||
|
Reference in New Issue
Block a user