Skip to content

Commit ce6032e

Browse files
committed
Update jakt build
Nows it has its own docker image. refs compiler-explorer/compiler-explorer#7665 Signed-off-by: Marc Poulhiès <[email protected]>
1 parent e5438d7 commit ce6032e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-daily-jakt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### DO NOT EDIT - created by a script ###
2-
name: jakt via misc trunk
2+
name: jakt via jakt trunk
33

44
on:
55
schedule:
@@ -16,9 +16,9 @@ jobs:
1616
- name: Run the build
1717
uses: ./.github/actions/daily-build
1818
with:
19-
image: misc
19+
image: jakt
2020
name: jakt
21-
command: build-jakt.sh
21+
command: build.sh
2222
args: trunk
2323
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2424
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

compilers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ compilers:
5656
- { image: lc3, name: lc3, command: build.sh }
5757
- { image: c2rust, name: c2rust, command: build.sh, args: master }
5858
- { image: misc, name: clspv, command: build-clspv.sh, args: main }
59-
- { image: misc, name: jakt, command: build-jakt.sh, args: trunk }
59+
- { image: jakt, name: jakt, command: build.sh, args: trunk }
6060
- { image: misc, name: cppfront, command: build-cppfront.sh, args: trunk }
6161
- { image: misc, name: dxc, command: build-dxc.sh, args: trunk }
6262
- { image: misc, name: pahole, command: build-pahole.sh, args: trunk }

0 commit comments

Comments
 (0)