Skip to content

Commit b082450

Browse files
committed
Workaround Rust bug rust-lang/rust#104815
1 parent 573b4d8 commit b082450

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.cirrus.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ task:
1616
# Use bleeding edge features: Rust nightly and FreeBSD fspacectl
1717
- name: cargo test (nightly)
1818
env:
19-
VERSION: nightly
19+
# Workaround Rust bug https://github.com/rust-lang/rust/issues/104815
20+
VERSION: nightly-2022-11-19-x86_64-unknown-freebsd
2021
CARGO_ARGS: --all-features
2122
freebsd_instance:
2223
image_family: freebsd-14-0-snap
@@ -57,7 +58,8 @@ task:
5758
lint_task:
5859
name: lint
5960
env:
60-
VERSION: nightly
61+
# Workaround Rust bug https://github.com/rust-lang/rust/issues/104815
62+
VERSION: nightly-2022-11-19-x86_64-unknown-freebsd
6163
CARGO_ARGS: --all-features
6264
freebsd_instance:
6365
image: freebsd-13-1-release-amd64

0 commit comments

Comments
 (0)