Skip to content

Commit 653d4cb

Browse files
Try tweaking Alpine test runner for wasm-ld
1 parent 97ce259 commit 653d4cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ jobs:
174174
# create ../llvm symlink to distro LLVM (no prebuilt LDC-LLVM for musl)
175175
ln -s /usr/lib/llvm21 $(dirname $(pwd))/llvm
176176
../llvm/bin/llvm-config --version
177-
177+
# link wasm-ld into $PATH
178+
ln -sf $PWD/../llvm/bin/wasm-ld /usr/${{ matrix.arch }}-alpine-linux-musl/bin/wasm-ld
178179
# see https://github.com/actions/runner/issues/801#issuecomment-2976165281
179180
if [[ '${{ matrix.arch }}' == aarch64 ]]; then
180181
sed -i "/^ID=/s/alpine/NotpineForGHA/" /etc/os-release

0 commit comments

Comments
 (0)