Skip to content

Commit 58f56ad

Browse files
committed
Move MiMa checks for irJS and toolJS to the bootstrap task.
This is a cosmetic change in the CI matrix to simplify dropping 2.10 support at the language/library level without dropping it at the (JVM) tools level.
1 parent 4636413 commit 58f56ad

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ci/matrix.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@
166166
sbt ++$scala toolsJS/bootstrapTest &&
167167
sbt ++$scala testSuite/test:fullOptJS &&
168168
sbt 'set scalaJSStage in Global := FullOptStage' \
169-
++$scala toolsJS/bootstrapTest
169+
++$scala toolsJS/bootstrapTest &&
170+
sbt ++$scala irJS/mimaReportBinaryIssues toolsJS/mimaReportBinaryIssues
170171
]]></task>
171172

172173
<task id="tools-stubs"><![CDATA[
@@ -178,8 +179,7 @@
178179
jsEnvs/mimaReportBinaryIssues jsEnvsTestKit/mimaReportBinaryIssues \
179180
nodeJSEnv/mimaReportBinaryIssues \
180181
testAdapter/mimaReportBinaryIssues \
181-
stubs/mimaReportBinaryIssues \
182-
irJS/mimaReportBinaryIssues toolsJS/mimaReportBinaryIssues &&
182+
stubs/mimaReportBinaryIssues &&
183183
sbt ++$scala ir/compile:doc tools/compile:doc jsEnvs/compile:doc \
184184
jsEnvsTestKit/compile:doc nodeJSEnv/compile:doc \
185185
testAdapter/compile:doc stubs/compile:doc
@@ -196,8 +196,7 @@
196196
nodeJSEnv/mimaReportBinaryIssues \
197197
testAdapter/mimaReportBinaryIssues \
198198
stubs/mimaReportBinaryIssues \
199-
sbtPlugin/mimaReportBinaryIssues \
200-
irJS/mimaReportBinaryIssues toolsJS/mimaReportBinaryIssues &&
199+
sbtPlugin/mimaReportBinaryIssues &&
201200
sbt ++$scala library/scalastyle javalanglib/scalastyle javalib/scalastyle \
202201
ir/scalastyle compiler/scalastyle \
203202
compiler/test:scalastyle tools/scalastyle tools/test:scalastyle \

0 commit comments

Comments
 (0)