web-wasm: bump emscripten to 5.0.1

Disable raylib, which seems to have an unrelated error.
This commit is contained in:
Matt McCormick
2026-02-05 17:33:07 -05:00
parent 84793ba73e
commit f41690cc1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1232,7 +1232,7 @@ jobs:
llama_cpp_arg: "", llama_cpp_arg: "",
fmt: "no", fmt: "no",
fmt_arg: "", fmt_arg: "",
raylib: "yes", raylib: "no",
raylib_arg: "-DPLATFORM=Web", raylib_arg: "-DPLATFORM=Web",
cpython: "no", cpython: "no",
cpython_arg: "", cpython_arg: "",
+1 -1
View File
@@ -1,4 +1,4 @@
ARG DOCKER_IMAGE_VERSION=4.0.14 ARG DOCKER_IMAGE_VERSION=5.0.1
ARG HOST_ARCH_TAG ARG HOST_ARCH_TAG
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION$HOST_ARCH_TAG FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION$HOST_ARCH_TAG