We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RUST_BACKTRACE
1 parent 2437b7d commit 63d0b62Copy full SHA for 63d0b62
.cirrus.yml
@@ -3,6 +3,9 @@ task:
3
env:
4
HOME: /tmp # cargo cache needs it
5
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"
9
matrix:
10
- name: nightly freebsd-13 i686
11
# Test i686 FreeBSD in 32-bit emulation on a 64-bit host.
0 commit comments