Skip to content

Commit

Permalink
Update LIBRT_URL to reference wasi-sdk-25 (#572)
Browse files Browse the repository at this point in the history
This PR updates LIBRT_URL to reference the latest release version
(wasi-sdk-25).
  • Loading branch information
mcbarton authored Feb 4, 2025
1 parent b34d681 commit 51ab188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $(SYSROOT):

LIBC_TEST_URL ?= https://github.com/bytecodealliance/libc-test
LIBC_TEST = $(DOWNDIR)/libc-test
LIBRT_URL ?= https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-24/libclang_rt.builtins-wasm32-wasi-24.0.tar.gz
LIBRT_URL ?= https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/libclang_rt.builtins-wasm32-wasi-25.0.tar.gz
LIBRT = $(DOWNDIR)/libclang_rt.builtins-wasm32.a
ARCH := $(shell uname -m)
WASMTIME_URL ?= https://github.com/bytecodealliance/wasmtime/releases/download/v26.0.1/wasmtime-v26.0.1-$(ARCH)-linux.tar.xz
Expand Down

0 comments on commit 51ab188

Please sign in to comment.