File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ jobs:
122
122
cd build_system
123
123
cargo test
124
124
125
-
126
125
# Summary job for the merge queue.
127
126
# ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB!
128
127
success :
Original file line number Diff line number Diff line change 12
12
RUST_BACKTRACE : 1
13
13
14
14
jobs :
15
- build :
15
+ success :
16
16
runs-on : ubuntu-24.04
17
17
18
18
strategy :
Original file line number Diff line number Diff line change 16
16
GCC_EXEC_PREFIX : /usr/lib/gcc/
17
17
18
18
jobs :
19
- build :
19
+ success :
20
20
runs-on : ubuntu-24.04
21
21
22
22
strategy :
Original file line number Diff line number Diff line change 16
16
OVERWRITE_TARGET_TRIPLE : m68k-unknown-linux-gnu
17
17
18
18
jobs :
19
- build :
19
+ success :
20
20
runs-on : ubuntu-24.04
21
21
22
22
strategy :
Original file line number Diff line number Diff line change 12
12
RUST_BACKTRACE : 1
13
13
14
14
jobs :
15
- build :
15
+ success :
16
16
runs-on : ubuntu-24.04
17
17
18
18
strategy :
Original file line number Diff line number Diff line change 12
12
RUST_BACKTRACE : 1
13
13
14
14
jobs :
15
- build :
15
+ success :
16
16
runs-on : ubuntu-24.04
17
17
18
18
strategy :
You can’t perform that action at this time.
0 commit comments