Skip to content

Commit f0d70c3

Browse files
committed
try using new build
1 parent 679be2d commit f0d70c3

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/job.fixed-envmap-example.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ jobs:
2626
- name: "download cosmocc"
2727
uses: actions/download-artifact@v7
2828
with:
29-
run-id: 21328957334
30-
name: cosmocc-6d33251cbbb6f895185199629052663d3b4535cb
29+
run-id: 22029305066
30+
name: cosmocc-679be2dfbf369d861a9446857640590ac485ff2d
3131
github-token: ${{ github.token }}
3232
- name: "download labs JDK libs"
3333
uses: actions/download-artifact@v7
3434
with:
35-
run-id: 21328957334
36-
name: labs-${{ matrix.arch }}-libs-6d33251cbbb6f895185199629052663d3b4535cb
35+
run-id: 22029305066
36+
name: labs-${{ matrix.arch }}-libs-679be2dfbf369d861a9446857640590ac485ff2d
3737
github-token: ${{ github.token }}
3838
- name: "download graal helper libs"
3939
uses: actions/download-artifact@v7
4040
with:
41-
run-id: 21328957334
42-
name: graal-${{ matrix.arch }}-libs-6d33251cbbb6f895185199629052663d3b4535cb
41+
run-id: 22029305066
42+
name: graal-${{ matrix.arch }}-libs-679be2dfbf369d861a9446857640590ac485ff2d
4343
github-token: ${{ github.token }}
4444
- name: "build native image from source"
4545
run: make ARCH=${{ matrix.arch }} build-native-image
@@ -64,8 +64,8 @@ jobs:
6464
- name: "get cosmocc artifact"
6565
uses: actions/download-artifact@v7
6666
with:
67-
run-id: 21328957334
68-
name: cosmocc-6d33251cbbb6f895185199629052663d3b4535cb
67+
run-id: 22029305066
68+
name: cosmocc-679be2dfbf369d861a9446857640590ac485ff2d
6969
github-token: ${{ github.token }}
7070
- name: "get x86_64 envmap artifact"
7171
uses: actions/download-artifact@v7

.github/workflows/job.fixed-gjf.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ jobs:
2626
- name: "download cosmocc"
2727
uses: actions/download-artifact@v7
2828
with:
29-
run-id: 21328957334
30-
name: cosmocc-6d33251cbbb6f895185199629052663d3b4535cb
29+
run-id: 22029305066
30+
name: cosmocc-679be2dfbf369d861a9446857640590ac485ff2d
3131
github-token: ${{ github.token }}
3232
- name: "download labs JDK libs"
3333
uses: actions/download-artifact@v7
3434
with:
35-
run-id: 21328957334
36-
name: labs-${{ matrix.arch }}-libs-6d33251cbbb6f895185199629052663d3b4535cb
35+
run-id: 22029305066
36+
name: labs-${{ matrix.arch }}-libs-679be2dfbf369d861a9446857640590ac485ff2d
3737
github-token: ${{ github.token }}
3838
- name: "download graal helper libs"
3939
uses: actions/download-artifact@v7
4040
with:
41-
run-id: 21328957334
42-
name: graal-${{ matrix.arch }}-libs-6d33251cbbb6f895185199629052663d3b4535cb
41+
run-id: 22029305066
42+
name: graal-${{ matrix.arch }}-libs-679be2dfbf369d861a9446857640590ac485ff2d
4343
github-token: ${{ github.token }}
4444
- name: "build native image from source"
4545
run: make ARCH=${{ matrix.arch }} build-native-image
@@ -64,8 +64,8 @@ jobs:
6464
- name: "get cosmocc artifact"
6565
uses: actions/download-artifact@v7
6666
with:
67-
run-id: 21328957334
68-
name: cosmocc-6d33251cbbb6f895185199629052663d3b4535cb
67+
run-id: 22029305066
68+
name: cosmocc-679be2dfbf369d861a9446857640590ac485ff2d
6969
github-token: ${{ github.token }}
7070
- name: "get x86_64 google-java-format artifact"
7171
uses: actions/download-artifact@v7

0 commit comments

Comments
 (0)