Skip to content

Commit 7aba599

Browse files
committed
Pin the nightly compiler version used in CI
To workaround rust-lang/rust#125474
1 parent 601b6e3 commit 7aba599

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cirrus.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ task:
1616
# Use bleeding edge features: Rust nightly and FreeBSD fspacectl
1717
- name: cargo test (nightly)
1818
env:
19-
VERSION: nightly
19+
# Pin the nightly compiler version due to
20+
# https://github.com/rust-lang/rust/issues/125474
21+
VERSION: nightly-2024-05-21-x86_64-unknown-freebsd
2022
CARGO_ARGS: --all-features
2123
compute_engine_instance:
2224
image_project: freebsd-org-cloud-dev

0 commit comments

Comments
 (0)