Keep LLVM for Linux test unwinding

This commit is contained in:
Zanie Blue
2026-06-11 11:24:48 -05:00
parent 5a1c17b3ba
commit 635f492fa9
+2
View File
@@ -90,6 +90,8 @@ jobs:
- name: "Cargo test"
env:
# The Linux test suite exercises catch_unwind, which currently requires LLVM.
RUSTFLAGS: -Zcodegen-backend=llvm
# Retry more than default to reduce flakes in CI
UV_HTTP_RETRIES: 5
RUST_BACKTRACE: 1