mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +02:00
web-wasm: bump emscripten to 5.0.1
Disable raylib, which seems to have an unrelated error.
This commit is contained in:
@@ -1232,7 +1232,7 @@ jobs:
|
||||
llama_cpp_arg: "",
|
||||
fmt: "no",
|
||||
fmt_arg: "",
|
||||
raylib: "yes",
|
||||
raylib: "no",
|
||||
raylib_arg: "-DPLATFORM=Web",
|
||||
cpython: "no",
|
||||
cpython_arg: "",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG DOCKER_IMAGE_VERSION=4.0.14
|
||||
ARG DOCKER_IMAGE_VERSION=5.0.1
|
||||
ARG HOST_ARCH_TAG
|
||||
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION$HOST_ARCH_TAG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user