From 5d1edb40e1319764cfa25434a8a3bf13583ef0ee Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 11 Dec 2025 10:11:45 -0700 Subject: [PATCH] Revert the workaround for Rust bug 132185 It's been fixed since probably sometime in February. https://github.com/rust-lang/rust/issues/132185 --- .cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0abb17a8ce5d..ff11c9cccb52 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,9 +3,6 @@ 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: # FIXME(#4740): FreeBSD 13 tests are extremely flaky and fail most of the time # - name: nightly freebsd-13 x86_64