diff options
| author | sayantn <sayantn05@gmail.com> | 2025-04-23 15:53:33 +0530 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2025-05-06 16:10:50 +0000 |
| commit | f88c990b89e392c5f8289b0d1cfb5641e8aabaab (patch) | |
| tree | 07ddd5b7f6b8cb4c29210dd6a683c95e220429bf | |
| parent | b1ad50f1e0d8f18968cc4ad15a43479838a528d7 (diff) | |
| download | rust-f88c990b89e392c5f8289b0d1cfb5641e8aabaab.tar.gz rust-f88c990b89e392c5f8289b0d1cfb5641e8aabaab.zip | |
Fix segfault in cirrus CI
| -rw-r--r-- | library/stdarch/.cirrus.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/stdarch/.cirrus.yml b/library/stdarch/.cirrus.yml index 53fdf871005..a0ecc03b953 100644 --- a/library/stdarch/.cirrus.yml +++ b/library/stdarch/.cirrus.yml @@ -2,6 +2,10 @@ task: name: x86_64-unknown-freebsd freebsd_instance: image_family: freebsd-13-4 + env: + # FIXME(freebsd): FreeBSD has a segfault when `RUST_BACKTRACE` is set + # https://github.com/rust-lang/rust/issues/132185 + RUST_BACKTRACE: "0" setup_script: - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain nightly -y |
