You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The verify-nightly-config.sh script was failing on Linux because it
unconditionally checked for macOS-specific Darwin RUSTFLAGS. Now the
Darwin check only runs when running on macOS (uname -s == Darwin).
This allows CI to pass on Linux runners while still verifying macOS
config on macOS runners.
0 commit comments