forked from com-lihaoyi/mill
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
.local
integration tests in windows CI (com-lihaoyi#4299)
- Need to move from `temurin:17` to `zulu:17` to get things working on my windows-arm laptop (temurin did not back-publish older JVMs for windows-arm) - Get rid of the custom `pathingJar` we defined in `dist/package.mill` (using custom path rendering) which doesn't seem to work, in exchange for the default `Jvm.createClasspathPassingJar` (using path-as-url rendering) that does seem to work - Make `def launcher` make use of `runUseArgsFile` similarly to the various `run` tasks - Make the integration tests use the `./mill.bat` launcher on windows, rather than `./mill` as a shell script, as the shell script doesn't seem to work properly when used in a windows environment
- Loading branch information
Showing
5 changed files
with
22 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
temurin:17.0.6 | ||
zulu:17.0.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters