Commit 20ae563
authored
fix/scripts: Propagate runner JVM version and skip testing invalid compiler commits (#19656)
* Bisect script used JVM 17 by default, can be overriden using: `scala-cli run project/scripts/bisect.scala --jvm=21 -- <bisect args>`
* Bisect runner JVM version is propagated to scala-cli verification script and sbt when building compiler
* Skip testing commits for which compiler compilation fails1 parent 447cdf4 commit 20ae563
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
245 | | - | |
246 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
247 | 251 | | |
248 | 252 | | |
249 | 253 | | |
| |||
0 commit comments