We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601b6e3 commit 7aba599Copy full SHA for 7aba599
.cirrus.yml
@@ -16,7 +16,9 @@ task:
16
# Use bleeding edge features: Rust nightly and FreeBSD fspacectl
17
- name: cargo test (nightly)
18
env:
19
- VERSION: nightly
+ # 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
22
CARGO_ARGS: --all-features
23
compute_engine_instance:
24
image_project: freebsd-org-cloud-dev
0 commit comments