Skip to content

Commit 8d8a199

Browse files
committed
Disable RUST_BACKTRACE for FreeBSD CI
Having this environment variable set causes a segfault [1]. Just disable backtraces for now. [1]: rust-lang/rust#132185
1 parent c9a71dc commit 8d8a199

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .cirrus.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ task:
33
env:
44
HOME: /tmp # cargo cache needs it
55
TARGET: x86_64-unknown-freebsd
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"
69
matrix:
710
- name: nightly freebsd-13 i686
811
# Test i686 FreeBSD in 32-bit emulation on a 64-bit host.

0 commit comments

Comments
 (0)