Use LLVM for Linux test unwinding

This commit is contained in:
Zanie Blue
2026-06-09 12:56:34 -05:00
parent 4d3bd90c9f
commit 3fa054dd27
+2
View File
@@ -88,6 +88,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