Skip to content

Commit a0e923b

Browse files
committed
Run experiment 3
This varies: - `ubuntu-22.04-arm` vs. `ubuntu-24.04.arm` GHA runner. - Installing Rust via the `rust-toolchain` action vs. with curl.sh. - Installing the stable vs. beta Rust toolchain. - Installing nextest via `install-action` quickinstall/binstall. *If* this also confirms that the only fully consistent factor in whether errors happen is `ubuntu-22.04-arm` vs. `ubuntu-24.04.arm`, then that will make it clearer that the problem is likely specific to the `ubuntu-24.04.arm` runner. See #1790 and rust-lang/rust#135867 for context.
1 parent 3beb112 commit a0e923b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/arm-segv-experiment.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
test-fast:
77
strategy:
88
matrix:
9-
num-high: [ 0 ] # [ 0, 1, 2 ]
9+
num-high: [ 0, 1, 2, 3 ]
1010
os-ver: [ '22.04', '24.04' ]
11-
channel: [ stable, beta, nightly ]
11+
channel: [ stable, beta ] # `gix-macros::macros momo::ux` currently fails on `nightly`.
1212
get-rust-by: [ rt-action, curl-sh ]
1313
get-nextest-by: [ i-action, cargo-qi ]
14-
num-low: [ 0 ] # [ 0, 1, 2 ]
14+
num-low: [ 0, 1, 2, 3 ]
1515

1616
fail-fast: false
1717

0 commit comments

Comments
 (0)