Skip to content

Commit 08eb9ca

Browse files
committed
First run the helloworld to make sure the linker is compiled and packaged.
This should relieve memory issues in the 2.11 and 2.13 builds.
1 parent 77f784c commit 08eb9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ git clone https://github.com/scala-js/scala-js.git && \
2525
cd scala-js && \
2626
git checkout $SCALAJS_BRANCH && \
2727
npm install && \
28+
sbt -J-Xmx5G 'set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' ++$SCALA_VERSION helloworld$SUFFIX/run && \
2829
sbt -J-Xmx5G 'set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' ++$SCALA_VERSION $TESTS

0 commit comments

Comments
 (0)