We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381b967 + 80ef017 commit 203be01Copy full SHA for 203be01
common.conf
@@ -547,7 +547,10 @@ build += {
547
// - Disable compiler/test because it is very fragile.
548
"set test in (Build.compiler, Test) := {}",
549
// - Disable fatal Scaladoc warnings, also fragile
550
- "removeScalacOptions -Xfatal-warnings"
+ "removeScalacOptions -Xfatal-warnings",
551
+ // - Use Node.js with the executable "nodejs" instead of "node" (environmental in the CI infrastructure)
552
+ // We disable source map tests to save ourselves a `npm install source-map-support` on the workers
553
+ "set jsEnv in testSuite := NodeJSEnv(executable = \"nodejs\").value.withSourceMap(false)"
554
]
555
}
556
0 commit comments