Skip to content

Commit 5d1f585

Browse files
authored
Update build.yml
1 parent 40e574a commit 5d1f585

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,24 +105,13 @@ jobs:
105105
106106
- name: Install LLVM toolchain
107107
run: |
108-
apk add --no-cache \
109-
clang llvm mold \
110-
musl-dev make curl \
111-
linux-headers \
112-
binutils \
113-
bash
108+
apk add --no-cache build-base curl
114109
115110
# busybox is disgusting
116111
# toybox is disgusting
117112
# I've not written an alternative to them yet
118113
# So we ought to make do
119114
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-
126115
- name: Build
127116
env:
128117
ARCH: ${{ matrix.arch }}

0 commit comments

Comments
 (0)