We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ef8ee commit 3a8118bCopy full SHA for 3a8118b
.github/workflows/build.yml
@@ -117,11 +117,12 @@ jobs:
117
apk add --no-cache \
118
clang llvm mold \
119
musl-dev make curl \
120
- linux-headers
+ linux-headers \
121
+ binutils
122
- for t in ar ranlib nm objcopy objdump strip strings size readelf addr2line; do
123
- ln -sf "/usr/bin/llvm-$t" "/usr/bin/$t"
124
- done
+ #for t in ar ranlib nm objcopy objdump strip strings size readelf addr2line; do
+ # ln -sf "/usr/bin/llvm-$t" "/usr/bin/$t"
125
+ #done
126
127
ln -sf /usr/bin/ld.mold /usr/bin/ld
128
ln -sfT /usr/bin/clang /usr/bin/cc
0 commit comments