mirror of
https://github.com/facebook/zstd.git
synced 2025-10-17 00:07:08 -04:00
Change Emscripten docker image to the official one which is used for testing the single-file feature.
This commit is contained in:
parent
a035654ab8
commit
bc5fe33243
@ -28,7 +28,7 @@ emscripten_docker_build() {
|
|||||||
docker container run --rm \
|
docker container run --rm \
|
||||||
--volume $PWD:/code \
|
--volume $PWD:/code \
|
||||||
--workdir /code \
|
--workdir /code \
|
||||||
trzeci/emscripten \
|
emscripten/emsdk:latest \
|
||||||
emcc $CC_FLAGS -s WASM=1 -I. -o $OUT_WASM $IN_FILES
|
emcc $CC_FLAGS -s WASM=1 -I. -o $OUT_WASM $IN_FILES
|
||||||
# Did compilation work?
|
# Did compilation work?
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
@ -31,7 +31,7 @@ emscripten_docker_build() {
|
|||||||
docker container run --rm \
|
docker container run --rm \
|
||||||
--volume $PWD:/code \
|
--volume $PWD:/code \
|
||||||
--workdir /code \
|
--workdir /code \
|
||||||
trzeci/emscripten \
|
emscripten/emsdk:latest \
|
||||||
emcc $CC_FLAGS -s WASM=1 -I. -o $OUT_WASM $IN_FILES
|
emcc $CC_FLAGS -s WASM=1 -I. -o $OUT_WASM $IN_FILES
|
||||||
# Did compilation work?
|
# Did compilation work?
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user