Skip to content

Commit 1513725

Browse files
committed
CI: Re-enable backtrace on FreeBSD
Issue #132185 was closed with the following commit: rust-lang/rust@8d8028f
1 parent 627a530 commit 1513725

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ 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"
6+
RUST_BACKTRACE: "1"
97
matrix:
108
- name: nightly freebsd-13 i686
119
# Test i686 FreeBSD in 32-bit emulation on a 64-bit host.

0 commit comments

Comments
 (0)