We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573b4d8 commit b082450Copy full SHA for b082450
.cirrus.yml
@@ -16,7 +16,8 @@ task:
16
# Use bleeding edge features: Rust nightly and FreeBSD fspacectl
17
- name: cargo test (nightly)
18
env:
19
- VERSION: nightly
+ # Workaround Rust bug https://github.com/rust-lang/rust/issues/104815
20
+ VERSION: nightly-2022-11-19-x86_64-unknown-freebsd
21
CARGO_ARGS: --all-features
22
freebsd_instance:
23
image_family: freebsd-14-0-snap
@@ -57,7 +58,8 @@ task:
57
58
lint_task:
59
name: lint
60
61
62
63
64
65
image: freebsd-13-1-release-amd64
0 commit comments