Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-05-25 16:12:33 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-05-25 16:12:33 +0300
commitf6dd9743a94462472a4a06638b844046b5c71d8d (patch)
tree170b0e56ab947a9fe55482f5e572fd734fdf59d0
parentc5c02b532001a9981bc2ee026340b6ecda08c13f (diff)
Looks like libstdc++-10 still confuses clang, so disabling on CI.
-rw-r--r--.github/workflows/unittests_linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unittests_linux.yml b/.github/workflows/unittests_linux.yml
index c395b445..afe45f79 100644
--- a/.github/workflows/unittests_linux.yml
+++ b/.github/workflows/unittests_linux.yml
@@ -28,7 +28,7 @@ jobs:
- name: CMake tests Linux
shell: bash
run: |
- sudo apt-get remove -y libstdc++-11-dev g++-11 gcc-11
+ sudo apt-get remove -y libstdc++-10-dev g++-10 gcc-10 libstdc++-11-dev g++-11 gcc-11
sudo apt-get autoremove
if [ "${{ matrix.compiler }}" = "libc++" ]; then
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -;