We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cf804 commit 7c7fdabCopy full SHA for 7c7fdab
builder/Dockerfile
@@ -32,7 +32,7 @@ RUN CXXFLAGS=-O3 LDFLAGS=-O3 emconfigure ./configure --use-cuda=no --static --st
32
RUN EMMAKEN_CFLAGS="-r -s ERROR_ON_UNDEFINED_SYMBOLS=0 -Wl,--allow-undefined" emmake make -j $(nproc)
33
34
WORKDIR /tmp/zlib
35
-RUN curl --fail -q -L https://zlib.net/zlib-1.2.13.tar.gz | \
+RUN curl --fail -q -L https://zlib.net/fossils/zlib-1.2.13.tar.gz | \
36
tar xz --strip-components=1
37
RUN emconfigure ./configure --prefix=/opt
38
RUN emmake make -j $(nproc)
0 commit comments