-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
rust 1.69.0 #128865
rust 1.69.0 #128865
Conversation
553a706
to
a1bad3a
Compare
Seems to have failed fast despite
CI-no-fail-fast
I guess this doesn't work as expected: homebrew-core/.github/workflows/tests.yml Line 492 in 11917de
|
I think it's because
CI-no-fail-fast
|
This comment was marked as outdated.
This comment was marked as outdated.
a1bad3a
to
a316a71
Compare
…ts`" This isn't working as expected. See, for example, Homebrew#128865. This reverts commit 0f9481c.
The change from Homebrew#128809 doesn't work as expected, because `github.event` doesn't seem to pick up changes in labels at some point after the PR is opened. See Homebrew#128865 for an example. In order to be able to change the labels and have them apply only to dependent tests, let's check the labels again in a separate job for dependent testing. In order to minimise code repitition, we extract the bulk of the `check-labels` job into a separate script.
Failures
Python-related failures
Other platform-specific failures
Transient
|
We should be good to ship this now. All Rust-related issues are identified (see checklist) and are either fixed or to be fixed after the merge. Many issues don't seem to be related to the Rust upgrade (many of them seem to be caused by recent Python package upgrades instead), so they shouldn't block us from shipping the Rust release. A note on the |
Apply a patch for the error "`log_error` isn't a valid `#[macro_export]` argument" seen in Homebrew#128865. Logs: https://github.com/Homebrew/homebrew-core/actions/runs/4784368511/jobs/8509780504?pr=128865#step:7:10764 In addition, use brewed dependencies instead of vendored ones, when possible.
A follow-up to Homebrew#128865. The error '"enum_(unnamed_at_CRoaring/ roaring_h_7_1)" is not a valid Ident' was from `croaring`, caused by rust-lang/rust-bindgen#2312. We could fix this by switching to `llvm@15`.
Created with
brew bump-formula-pr
.resource
blocks have been checked for updates.