Skip to content

Commit 5753939

Browse files
authored
Docker: remove remnant of fastcomp (#1226)
The fastcomp backend was removed in Emscripten v2.0.0.
1 parent 3009d69 commit 5753939

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ RUN echo "## Aggressive optimization: Remove debug symbols" \
4646
&& strip -s `which node` \
4747
# Tests consume ~80MB disc space
4848
&& rm -fr ${EMSDK}/upstream/emscripten/tests \
49-
# Fastcomp is not supported
50-
&& rm -fr ${EMSDK}/upstream/fastcomp \
5149
# strip out symbols from clang (~extra 50MB disc space)
5250
&& find ${EMSDK}/upstream/bin -type f -exec strip -s {} + || true \
5351
&& echo "## Done"

0 commit comments

Comments
 (0)