Skip to content

Commit 27a227f

Browse files
committed
debugging
1 parent 64e6963 commit 27a227f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ RUN apt-get install -y python wget cmake
55
RUN wget https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz
66
RUN tar -xvf emsdk-portable.tar.gz
77
RUN cd emsdk-portable && ./emsdk update
8-
RUN cd emsdk-portable && ./emsdk install latest
8+
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
911
RUN cd emsdk-portable && ./emsdk activate latest
1012
RUN ls
1113
RUN ./emcc # first use

0 commit comments

Comments
 (0)