Compare commits
1 Commits
ceabd22b70
...
c0025eb4d3
Author | SHA1 | Date | |
---|---|---|---|
c0025eb4d3 |
@ -16,10 +16,9 @@ jobs:
|
|||||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
|
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
|
||||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
|
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
|
||||||
|
|
||||||
# determine appropriate clang version
|
# determine correct clang version and then install it
|
||||||
RT_VERSION=$(apk add --simulate compiler-rt | grep -o "compiler-rt-[0-9]*" | grep -o "[0-9]*")
|
|
||||||
|
|
||||||
apk update
|
apk update
|
||||||
|
RT_VERSION=$(apk add --simulate compiler-rt | grep -o "compiler-rt-[0-9]*" | 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