Compare commits
1 Commits
c0025eb4d3
...
ea5164e584
Author | SHA1 | Date | |
---|---|---|---|
ea5164e584 |
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
# determine correct clang version and then install it
|
# determine correct clang version and then install it
|
||||||
apk update
|
apk update
|
||||||
RT_VERSION=$(apk add --simulate compiler-rt | grep -o "compiler-rt-[0-9]*" | grep -o "[0-9]*")
|
RT_VERSION=$(apk search -v compiler-rt | grep -o "compiler-rt-[0-9]*" | head -1 | grep -o "[0-9]*")
|
||||||
apk add --no-cache llvm${RT_VERSION} clang${RT_VERSION} clang${RT_VERSION}-analyzer compiler-rt valgrind
|
apk add --no-cache llvm${RT_VERSION} clang${RT_VERSION} clang${RT_VERSION}-analyzer compiler-rt valgrind
|
||||||
|
|
||||||
# Verify versions
|
# Verify versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user