File tree Expand file tree Collapse file tree 5 files changed +0
-22
lines changed
actions/post-build-selective Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 88 required : true
99 type : string
1010
11- coursierarchive :
12- default : ' '
13- type : string
14-
1511runs :
1612 using : " composite"
1713 steps :
4844 # shell: ${{ inputs.shell }}
4945
5046 - run : ./mill -i -k selective.run ${{ inputs.millargs }}
51- env :
52- COURSIER_ARCHIVE_CACHE : ${{ inputs.coursierarchive }}
5347 shell : ${{ inputs.shell }}
5448
5549 - name : Clean-up Test Reports
Original file line number Diff line number Diff line change 1010 required : true
1111 type : string
1212
13- coursierarchive :
14- default : " /tmp"
15- required : false
16- type : string
1713 java-version :
1814 required : true
1915 type : string
6763
6864 with :
6965 millargs : ${{ inputs.millargs }}
70- coursierarchive : ${{ inputs.coursierarchive }}
7166 shell : ${{ inputs.shell }}
Original file line number Diff line number Diff line change @@ -27,27 +27,22 @@ jobs:
2727 matrix :
2828 include :
2929 - os : ubuntu-latest
30- coursierarchive : " /tmp"
3130 publishartifacts : __.publishArtifacts
3231 uploadgithub : true
3332
3433 - os : ubuntu-24.04-arm
35- coursierarchive : " /tmp"
3634 publishartifacts : dist.native.publishArtifacts
3735 uploadgithub : false
3836
3937 - os : macos-13
40- coursierarchive : " /tmp"
4138 publishartifacts : dist.native.publishArtifacts
4239 uploadgithub : false
4340
4441 - os : macos-latest
45- coursierarchive : " /tmp"
4642 publishartifacts : dist.native.publishArtifacts
4743 uploadgithub : false
4844
4945 - os : windows-latest
50- coursierarchive : C:/coursier-arc
5146 publishartifacts : dist.native.publishArtifacts
5247 uploadgithub : false
5348
6257 LANG : " en_US.UTF-8"
6358 LC_MESSAGES : " en_US.UTF-8"
6459 LC_ALL : " en_US.UTF-8"
65- COURSIER_ARCHIVE_CACHE : ${{ matrix.coursierarchive }}
6660 REPO_ACCESS_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
6761 steps :
6862 - uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 2626 LANG : " en_US.UTF-8"
2727 LC_MESSAGES : " en_US.UTF-8"
2828 LC_ALL : " en_US.UTF-8"
29- COURSIER_ARCHIVE_CACHE : ${{ matrix.coursierarchive }}
3029 REPO_ACCESS_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
3130 MILL_COMPILER_BRIDGE_VERSIONS : ${{ inputs.bridge_versions }}
3231 steps :
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ jobs:
118118 - uses : ./.github/actions/post-build-selective
119119 with :
120120 millargs : ${{ matrix.millargs }}
121- coursierarchive : " /tmp"
122121 shell : bash
123122
124123 linux :
@@ -224,9 +223,6 @@ jobs:
224223 os : windows-latest
225224 java-version : ${{ matrix.java-version }}
226225 millargs : ${{ matrix.millargs }}
227- # Provide a shorter coursier archive folder to avoid hitting path-length bugs when
228- # running the graal native image binary on windows
229- coursierarchive : " C:/coursier-arc"
230226 shell : powershell
231227
232228 itest :
You can’t perform that action at this time.
0 commit comments