Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Conversation

markus1189
Copy link
Contributor

On the first execution, sbt downloads some scala jars and on first
compile it also compiles the compiler-bridge:

[info] downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.12.9/scala-library-2.12.9.jar ...
[info] downloading https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.12.9/scala-compiler-2.12.9.jar ...                                                                                                
[info] downloading https://repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.12.9/scala-reflect-2.12.9.jar ...                                                                                                  
[info] downloading https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.12/jansi-1.12.jar ...
[info]  [SUCCESSFUL ] org.scala-lang#scala-reflect;2.12.9!scala-reflect.jar (454ms)                                                                                                                                 
[info]  [SUCCESSFUL ] org.fusesource.jansi#jansi;1.12!jansi.jar (446ms)                                   
[info]  [SUCCESSFUL ] org.scala-lang#scala-library;2.12.9!scala-library.jar (1096ms)                      
[info]  [SUCCESSFUL ] org.scala-lang#scala-compiler;2.12.9!scala-compiler.jar (1518ms)
[info] Done updating.                                                                                     
[info] Compiling 1 Scala source to /tmp/tmp.hrfM92SWVI/target/scala-2.12/classes ...
[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.9. Compiling...                                                                                                                                    
[info]   Compilation completed in 8.037s.

This adds the necessary steps to already do this in the docker image, so CI doesn't have to do
it every time.

On the first execution, sbt downloads some scala jars and on first
compile it also compiles the compiler-bridge.  This adds the necessary
steps to already do this in the docker image, so CI doesn't have to do
it every time.
@markusjura markusjura merged commit 39e0ca3 into moia-oss:master Aug 15, 2019
@markus1189 markus1189 deleted the init-sbt branch August 15, 2019 06:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants