Skip to content

Commit 7822b41

Browse files
committed
Docker: fastcomp backend was removed in v2.0.0
1 parent 273e342 commit 7822b41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
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)