Skip to content

Commit 8d60a41

Browse files
offaDobiasd
authored andcommitted
Remove old Clang <= 6 libc++ setup
1 parent a0852da commit 8d60a41

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
script/ci_setup_linux.sh
5858
- name: Setup libc++
5959
run: |
60-
if [ "${{ matrix.build_config.version }}" -le "6" ]; then
61-
script/ci_setup_libcxx.sh ${{ matrix.build_config.version }}
62-
fi
6360
if [ "${{ matrix.build_config.version }}" -ge "12" ]; then
6461
apt-get install -y --no-install-recommends libunwind-${{ matrix.build_config.version }}-dev;
6562
fi

script/ci_setup_libcxx.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)