Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ebb6b56

Browse files
committed
Add scala-js artifacts to the cache
This is particularly important because the sbt scala-js plugin does not respect our proxy setting when downloading the linker so it always hits maven.
1 parent 52ff020 commit ebb6b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotty-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ADD ./repositories /root/.sbt/
2828
# so we must run the full community build which is slow.
2929
RUN git clone -b master --jobs 8 --recursive https://github.com/lampepfl/dotty.git && \
3030
(cd dotty && \
31-
sbt ";test:update ;dotty-bootstrapped/test:update ;sbt-dotty/scripted:update ;community-build/test" && \
31+
sbt ";test:update ;dotty-bootstrapped/test:update ;sbt-dotty/scripted:update ;sjsJUnitTests/test:update ;sjsJUnitTests/test:scalaJSIR ;community-build/test" && \
3232
echo "dotty: $(git rev-parse HEAD)" >> /root/.versions) && \
3333
rm -rf dotty && \
3434
rm -rf /root/.ivy2/local

0 commit comments

Comments
 (0)