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 627a530 commit 1513725Copy full SHA for 1513725
.cirrus.yml
@@ -3,9 +3,7 @@ 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"
+ RUST_BACKTRACE: "1"
9
matrix:
10
- name: nightly freebsd-13 i686
11
# Test i686 FreeBSD in 32-bit emulation on a 64-bit host.
0 commit comments