Skip to content

Commit 1bdeee9

Browse files
authored
Remove GCC 10 on Linux before building (#3419)
This should fix linking issues with Glibc that's too fresh and isn't compatible with Docker Ubuntu 18.04 images.
1 parent 22e9c7c commit 1bdeee9

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)