]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Change Emscripten docker image to the official one which is used for testing the... 2227/head
authoryoshihitoh <yoshihito.arih@gmail.com>
Tue, 7 Jul 2020 10:10:12 +0000 (19:10 +0900)
committeryoshihitoh <yoshihito.arih@gmail.com>
Tue, 7 Jul 2020 10:10:12 +0000 (19:10 +0900)
contrib/single_file_libs/build_decoder_test.sh
contrib/single_file_libs/build_library_test.sh

index 2ed25bce16892823e6de5c60e51a355939ead6e5..13f52bd63a60a25357cf1b35af977634ad276ad9 100755 (executable)
@@ -28,7 +28,7 @@ emscripten_docker_build() {
   docker container run --rm \
     --volume $PWD:/code \
     --workdir /code \
-    trzeci/emscripten \
+    emscripten/emsdk:latest \
     emcc $CC_FLAGS -s WASM=1 -I. -o $OUT_WASM $IN_FILES
   # Did compilation work?
   if [ $? -ne 0 ]; then
index 54b3eae2068f65edc57eb54e86b8bde3a6139e91..367b8de7866420f92f49cf0132a582e94482ff46 100755 (executable)
@@ -31,7 +31,7 @@ emscripten_docker_build() {
   docker container run --rm \
     --volume $PWD:/code \
     --workdir /code \
-    trzeci/emscripten \
+    emscripten/emsdk:latest \
     emcc $CC_FLAGS -s WASM=1 -I. -o $OUT_WASM $IN_FILES
   # Did compilation work?
   if [ $? -ne 0 ]; then