Skip to content

Commit 39038b6

Browse files
committed
[try removing c++ include from LLVM package]
1 parent 58c2ea1 commit 39038b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/supported_llvm_versions.yml

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
set -eux
9393
if [[ -d llvm ]]; then
9494
echo "Already cached"
95+
rm -rf llvm/include/c++
9596
exit 0
9697
fi
9798
@@ -109,6 +110,7 @@ jobs:
109110
110111
# don't link lib{c++,unwind} libs from LLVM package, they'd need RPATH fiddling
111112
rm -f llvm/lib/lib{c++,unwind}.*
113+
rm -rf llvm/include/c++
112114
113115
- name: 'Linux: Make lld the default linker'
114116
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)