Skip to content

Commit a5d60a7

Browse files
authored
Remove GCC 10 on Linux before building
This prevents the toolchain from being linked with Glibc that's too fresh and not available on standard Ubuntu images.
1 parent 3c90b17 commit a5d60a7

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
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ matrix.build_os == 'ubuntu-20.04' || matrix.build_os == 'ubuntu-18.04' }}
5555
run: |
5656
df -h
57-
sudo apt-get purge libgcc-9-dev gcc-9 libstdc++-9-dev clang-6.0 llvm-6.0
57+
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
5858
sudo swapoff -a
5959
sudo rm -f /swapfile
6060
sudo rm -rf /opt/hostedtoolcache

0 commit comments

Comments
 (0)