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.
wasm-ld
1 parent 97ce259 commit 653d4cbCopy full SHA for 653d4cb
1 file changed
.github/workflows/main.yml
@@ -174,7 +174,8 @@ jobs:
174
# create ../llvm symlink to distro LLVM (no prebuilt LDC-LLVM for musl)
175
ln -s /usr/lib/llvm21 $(dirname $(pwd))/llvm
176
../llvm/bin/llvm-config --version
177
-
+ # link wasm-ld into $PATH
178
+ ln -sf $PWD/../llvm/bin/wasm-ld /usr/${{ matrix.arch }}-alpine-linux-musl/bin/wasm-ld
179
# see https://github.com/actions/runner/issues/801#issuecomment-2976165281
180
if [[ '${{ matrix.arch }}' == aarch64 ]]; then
181
sed -i "/^ID=/s/alpine/NotpineForGHA/" /etc/os-release
0 commit comments