File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1237,11 +1237,8 @@ object Build {
1237
1237
withCommonSettings(Bootstrapped ).
1238
1238
dependsOn(dottyCompiler(Bootstrapped ) % " provided; compile->runtime; test->test" ).
1239
1239
settings(scala2LibraryBootstrappedSettings).
1240
- settings(
1241
- moduleName := " scala2-library-cc" ,
1242
- scalacOptions += " -Ycheck:all" ,
1243
- )
1244
-
1240
+ settings(moduleName := " scala2-library-cc" )
1241
+
1245
1242
lazy val scala2LibraryBootstrappedSettings = Seq (
1246
1243
javaOptions := (`scala3-compiler-bootstrapped` / javaOptions).value,
1247
1244
Compile / scalacOptions ++= {
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ setTastyVersion $MINOR_TASTY_VERSION_SUPPORTED_BY_TASTY_MIMA 0
18
18
# We clean before to make sure all sources are recompiled using the new TASTY version.
19
19
# We clean after to make sure no other test will use the TASTy generated with this version.
20
20
# We set -Ycheck:all to check that -Ycompile-scala2-library does not gererate inconsistent trees.
21
- " $SBT " ' clean; scala2-library-bootstrapped/clean; reload; set `scala2-library-bootstrapped`/scalacOptions += "-Ycheck:all"; scala2-library-bootstrapped/tastyMiMaReportIssues; clean; scala2-library-bootstrapped/clean'
21
+ " $SBT " ' clean; scala2-library-bootstrapped/clean; reload; scala2-library-bootstrapped/tastyMiMaReportIssues; clean; scala2-library-bootstrapped/clean'
22
22
23
23
setTastyVersion $MINOR_TASTY_VERSION $EXPERIMENTAL_TASTY_VERSION
You can’t perform that action at this time.
0 commit comments