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 40e574a commit 5d1f585Copy full SHA for 5d1f585
.github/workflows/build.yml
@@ -105,24 +105,13 @@ jobs:
105
106
- name: Install LLVM toolchain
107
run: |
108
- apk add --no-cache \
109
- clang llvm mold \
110
- musl-dev make curl \
111
- linux-headers \
112
- binutils \
113
- bash
+ apk add --no-cache build-base curl
114
115
# busybox is disgusting
116
# toybox is disgusting
117
# I've not written an alternative to them yet
118
# So we ought to make do
119
120
- #for t in ar ranlib nm objcopy objdump strip strings size readelf addr2line; do
121
- # ln -sf "/usr/bin/llvm-$t" "/usr/bin/$t"
122
- #done
123
-
124
- ln -sfT /usr/bin/clang /usr/bin/cc
125
126
- name: Build
127
env:
128
ARCH: ${{ matrix.arch }}
0 commit comments