* use GH Actions to compile and tests with Scala 3 * Update .github/workflows/scala3-build.yml Co-authored-by: Andrea Peruffo <andrea.peruffo1982@gmail.com> * rename .jvmopts-travis to .jvmopts-ci * Restore the whitesource stage * Small updates to gh action workflow * Mark BoundedBlockingQueueSpec timing-sensitive and exclude * Avoid race condition stopping/starting test actors Co-authored-by: Andrea Peruffo <andrea.peruffo1982@gmail.com> Co-authored-by: Ignasi Marimon-Clos <ignasi@lightbend.com> Co-authored-by: Arnout Engelen <arnout@bzzt.net>
7 lines
120 B
Text
7 lines
120 B
Text
# This is used to configure the sbt instance that Travis launches
|
|
|
|
-Xms2G
|
|
-Xmx2G
|
|
-Xss2M
|
|
-XX:ReservedCodeCacheSize=256m
|
|
|