Skip to content

Commit ca07e6c

Browse files
authored
Merge pull request scala#6211 from retronym/topic/bootstrap-bug-me-not
Disable -Xfatal-warnings during bootstrap build of modules
2 parents 05d409f + f5008f9 commit ca07e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/integrate/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function st_stagingRepoClose() {
153153

154154
sbtBuild() {
155155
echo "### sbtBuild: "$SBT_CMD -no-colors $sbtArgs "${scalaVersionTasks[@]}" "${publishTasks[@]}" "$@"
156-
$SBT_CMD -no-colors $sbtArgs "${scalaVersionTasks[@]}" "${publishTasks[@]}" "$@" >> $baseDir/logs/builds 2>&1
156+
$SBT_CMD -no-colors $sbtArgs 'set scalacOptions += "-Xfatal-warnings:false"' "${scalaVersionTasks[@]}" "${publishTasks[@]}" "$@" >> $baseDir/logs/builds 2>&1
157157
}
158158

159159
sbtResolve() {

0 commit comments

Comments
 (0)