Skip to content

Commit a58cf98

Browse files
authored
Remove GCC 10 on Linux before building
This should fix linking issues with Glibc that's too fresh and isn't compatible with Docker Ubuntu 18.04 images.
1 parent 479ed5f commit a58cf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ matrix.build_os == 'ubuntu-20.04' || matrix.build_os == 'ubuntu-18.04' }}
4545
run: |
4646
df -h
47-
sudo apt-get purge libgcc-9-dev gcc-9 libstdc++-9-dev clang-6.0 llvm-6.0
47+
sudo apt-get purge libgcc-9-dev gcc-9 libstdc++-9-dev libgcc-10-dev gcc-10 libstdc++-10-dev clang-6.0 llvm-6.0
4848
sudo swapoff -a
4949
sudo rm -f /swapfile
5050
sudo rm -rf /opt/hostedtoolcache

0 commit comments

Comments
 (0)