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 64e6963 commit 27a227fCopy full SHA for 27a227f
Dockerfile
@@ -5,7 +5,9 @@ RUN apt-get install -y python wget cmake
5
RUN wget https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz
6
RUN tar -xvf emsdk-portable.tar.gz
7
RUN cd emsdk-portable && ./emsdk update
8
-RUN cd emsdk-portable && ./emsdk install latest
+RUN cd emsdk-portable && ./emsdk install latest || ls
9
+RUN cat emsdk-portable/clang/tag-e1.37.9/build_tag-e1.37.9_64/CMakeFiles/CMakeOutput.log
10
+RUN cat emsdk-portable/clang/tag-e1.37.9/build_tag-e1.37.9_64/CMakeFiles/CMakeError.log
11
RUN cd emsdk-portable && ./emsdk activate latest
12
RUN ls
13
RUN ./emcc # first use
0 commit comments