Skip to content

Commit 9f31200

Browse files
committed
Fix up args to daily build cc @randomPoison
1 parent 4f521ee commit 9f31200

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

44
on:
55
schedule:
@@ -19,6 +19,6 @@ jobs:
1919
image: c2rust
2020
name: c2rust
2121
command: build.sh
22-
args: trunk
22+
args: master
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
@@ -54,7 +54,7 @@ compilers:
5454
- { image: rust-cg-gcc, name: rustc-cg-gcc_master, command: build.sh, args: master }
5555
- { image: misc, name: SPIRV-Tools, command: build-spirv-tools.sh, args: main }
5656
- { image: lc3, name: lc3, command: build.sh }
57-
- { image: c2rust, name: c2rust, command: build.sh }
57+
- { image: c2rust, name: c2rust, command: build.sh, args: master }
5858
- { image: misc, name: clspv, command: build-clspv.sh, args: main }
5959
- { image: misc, name: jakt, command: build-jakt.sh, args: trunk }
6060
- { image: misc, name: cppfront, command: build-cppfront.sh, args: trunk }

0 commit comments

Comments
 (0)