Draft
Conversation
I bumped this in JuliaCI#345, probably for good reason
Zentrik
commented
Oct 10, 2025
Contributor
Author
|
First build is taking forever for some reason :( |
Contributor
Author
|
Befuddled why llvm failed to build the second time with |
This reverts commit e076af4.
Contributor
Author
|
|
Contributor
Author
Looks like this was due to installing libstdc++ from CSL occuring whilst this check ran, so the compiler saw a partial libstdc++ and errored. Not sure why a empty default.profraw (pgo profile) is being generated, will just manually remove for now. |
HACK, not sure why this is being generated
Contributor
Author
|
Created a PR for the fix that bolt profiles of |
This reverts commit 05e47a9.
Needed to include `time` which is used when printing build stats. Don't want to bump straight to v8 as that increases glibc req and test image fails that
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The build should be probably just need to build the default target instead of 7 different ones like in https://github.com/JuliaCI/julia-buildkite/pull/345/files, but I'll leave that for later (Zentrik/julia@88c90ca needs to be applied to pgo + lto+ bolt build).