-
Notifications
You must be signed in to change notification settings - Fork 13.3k
also skip musl checks when BOOTSTRAP_SKIP_TARGET_SANITY is set #115471
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
Conversation
r? @onur-ozkan (rustbot has picked a reviewer for you, use r? to override) |
Will queue it up once the CI is green |
@bors r+ |
⌛ Testing commit 9cae47e with merge 1cabd455938f7d2a7ea85f2a824a4d04efb0704f... |
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry '/bin/sh -c /scripts/crosstool-ng-build.sh' returned a non-zero code: 1 |
⌛ Testing commit 9cae47e with merge bd7ee1d72149a4f9a41d0dc1e0fbf25bbf0ea14b... |
💔 Test failed - checks-actions |
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry '/bin/sh -c /scripts/crosstool-ng-build.sh' returned a non-zero code: 1 |
@bors p=105 Trying to see if this works now... |
☀️ Test successful - checks-actions |
@bors treeclosed- |
Finished benchmarking commit (9f5fc1b): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 629.451s -> 630.462s (0.16%) |
Currently I cannot test musl targets in Miri via x.py; this PR fixes that.