-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[beta] backports #121069
[beta] backports #121069
Commits on Feb 14, 2024
-
Correct paths for hexagon-unknown-none-elf platform doc
Update the library paths to correctly refer to libdemo{1,2}_hexagon and switch to the release build instead. Update references to libstandalone to the specific G0/PIC archive instead. (cherry picked from commit 647a453)
Configuration menu - View commit details
-
Copy full SHA for 0e09fe1 - Browse repository at this point
Copy the full SHA 0e09fe1View commit details -
CI: Use ninja on apple builders
(cherry picked from commit 2aebe6c)
Configuration menu - View commit details
-
Copy full SHA for 1412627 - Browse repository at this point
Copy the full SHA 1412627View commit details -
Correctly check
never_type
feature gating(cherry picked from commit 2c0030f)
Configuration menu - View commit details
-
Copy full SHA for 53320b2 - Browse repository at this point
Copy the full SHA 53320b2View commit details -
Update
never_type
feature gate ui test(cherry picked from commit 0f21e45)
Configuration menu - View commit details
-
Copy full SHA for 9ae7a36 - Browse repository at this point
Copy the full SHA 9ae7a36View commit details -
Revert unsound libcore changes of rust-lang#119911
(cherry picked from commit 6ac035d)
Configuration menu - View commit details
-
Copy full SHA for a686e61 - Browse repository at this point
Copy the full SHA a686e61View commit details
Commits on Feb 15, 2024
-
Downgrade Xcode from the default (15.0) to 14.3.1.
This seems to fix two sporadic errors that have been appearing in CI. One is an issue with cmake being unable to verify that cmake is able to build a simple test program. The other is a `invalid r_symbolnum` linking error when trying to build one of cranelift's tests. This is intended as a temporary fix until we can figure out how to resolve those issues. (cherry picked from commit 4fd3cf9)
Configuration menu - View commit details
-
Copy full SHA for 533019d - Browse repository at this point
Copy the full SHA 533019dView commit details -
Require that SELECT_XCODE is set.
Allowing the Xcode version to "float" based on whatever default GitHub selects creates an unreliable environment. When GitHub changes the default, we can have multiple jobs in the same run using different versions as it rolls out across machines. It can also cause oscillation between runs as different machines are used. It also causes unpredictable timing when the updates happen. This change helps ensure that the version that is used is pinned. The downside is that it requires manually bumping the version, and the risk that if we take too long, older Xcodes will be removed and that will break the build. (cherry picked from commit 4ce1f1c)
Configuration menu - View commit details
-
Copy full SHA for 5df5175 - Browse repository at this point
Copy the full SHA 5df5175View commit details -
(cherry picked from commit 83f3bc4)
Configuration menu - View commit details
-
Copy full SHA for 131e1fc - Browse repository at this point
Copy the full SHA 131e1fcView commit details -
(cherry picked from commit 7e1897c)
Configuration menu - View commit details
-
Copy full SHA for 20d17c4 - Browse repository at this point
Copy the full SHA 20d17c4View commit details