Skip to content

Commit

Permalink
Disable RUST_BACKTRACE for FreeBSD CI
Browse files Browse the repository at this point in the history
Having this environment variable set causes a segfault [1]. Just disable
backtraces for now.

[1]: rust-lang/rust#132185
  • Loading branch information
tgross35 committed Feb 5, 2025
1 parent 2437b7d commit 63d0b62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ task:
env:
HOME: /tmp # cargo cache needs it
TARGET: x86_64-unknown-freebsd
# FIXME(freebsd): FreeBSD has a segfault when `RUST_BACKTRACE` is set
# https://github.com/rust-lang/rust/issues/132185
RUST_BACKTRACE: "0"
matrix:
- name: nightly freebsd-13 i686
# Test i686 FreeBSD in 32-bit emulation on a 64-bit host.
Expand Down

0 comments on commit 63d0b62

Please sign in to comment.