Skip to content

Commit

Permalink
#67: Added pre-compiled LTO libs (some)
Browse files Browse the repository at this point in the history
  • Loading branch information
trzecieu committed Jun 4, 2020
1 parent 6fef120 commit ec1eaff
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker/trzeci/emscripten-fastcomp/Dockerfile
Expand Up @@ -154,6 +154,20 @@ RUN echo "## Pre-populate cache" \
&& cd / \
&& rm -fr /tmp/emscripten_test \
\
# use embuilder for some common cases
&& embuilder.py build --lto \
libc \
libc_rt_wasm \
libc-wasm \
libc++ \
libc++-noexcept \
libc++abi-noexcept \
libcompiler_rt \
libdlmalloc \
libdlmalloc-debug \
libpthread_stub \
libsockets \
\
# some files were created, and we need to make sure that those can be accessed by non-root people
&& chmod -R 777 ${EM_DATA} \
\
Expand Down
14 changes: 14 additions & 0 deletions docker/trzeci/emscripten-upstream/Dockerfile
Expand Up @@ -154,6 +154,20 @@ RUN echo "## Pre-populate cache" \
&& cd / \
&& rm -fr /tmp/emscripten_test \
\
# use embuilder for some common cases
&& embuilder.py build --lto \
libc \
libc_rt_wasm \
libc-wasm \
libc++ \
libc++-noexcept \
libc++abi-noexcept \
libcompiler_rt \
libdlmalloc \
libdlmalloc-debug \
libpthread_stub \
libsockets \
\
# some files were created, and we need to make sure that those can be accessed by non-root people
&& chmod -R 777 ${EM_DATA} \
\
Expand Down

0 comments on commit ec1eaff

Please sign in to comment.