Skip to content

Commit ed31f29

Browse files
committed
Fix segfault in cirrus CI
1 parent 82275c2 commit ed31f29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cirrus.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ task:
22
name: x86_64-unknown-freebsd
33
freebsd_instance:
44
image_family: freebsd-13-4
5+
env:
6+
# FIXME(freebsd): FreeBSD has a segfault when `RUST_BACKTRACE` is set
7+
# https://github.com/rust-lang/rust/issues/132185
8+
RUST_BACKTRACE: "0"
59
setup_script:
610
- curl https://sh.rustup.rs -sSf --output rustup.sh
711
- sh rustup.sh --default-toolchain nightly -y

0 commit comments

Comments
 (0)