File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116
117117 - name : MiMa
118118 run : |
119- ./project/scripts/sbt ";scala3-interfaces/mimaReportBinaryIssues ;scala3-library-bootstrapped/mimaReportBinaryIssues ;scala3-library-bootstrappedJS/mimaReportBinaryIssues"
119+ ./project/scripts/sbt ";scala3-interfaces/mimaReportBinaryIssues ;scala3-library-bootstrapped/mimaReportBinaryIssues ;scala3-library-bootstrappedJS/mimaReportBinaryIssues; tasty-core-bootstrapped/mimaReportBinaryIssues "
120120
121121 test_windows_fast :
122122 runs-on : [self-hosted, Windows]
Original file line number Diff line number Diff line change @@ -1791,7 +1791,12 @@ object Build {
17911791 settings(tastyCoreSettings).
17921792 settings(disableDocSetting).
17931793 settings(
1794- versionScheme := Some (" semver-spec" )
1794+ versionScheme := Some (" semver-spec" ),
1795+ if (mode == Bootstrapped ) {
1796+ commonMiMaSettings
1797+ } else {
1798+ Nil
1799+ }
17951800 )
17961801
17971802 def asTastyCoreScala2 : Project = project.settings(commonScala2Settings)
You can’t perform that action at this time.
0 commit comments