Skip to content

Commit abc1061

Browse files
committed
Use libuwind 6.0 for all musl targets
1 parent 61fdf8e commit abc1061

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/ci/docker/scripts/musl.sh

+1-9
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,7 @@ hide_output make clean
4949

5050
cd ..
5151

52-
# use version 60 for all targets after llvm 6.0 release
53-
case $TAG in
54-
mips|mipsel)
55-
LLVM=60
56-
;;
57-
*)
58-
LLVM=39
59-
;;
60-
esac
52+
LLVM=60
6153

6254
# may have been downloaded in a previous run
6355
if [ ! -d libunwind-release_$LLVM ]; then

0 commit comments

Comments
 (0)