-
Notifications
You must be signed in to change notification settings - Fork 0
FreeBSD bootstrap #25
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7321230
Split Binutils out into its own toolchain
staticfloat 4f39ea9
BinaryBuilderSources: Improve JLLSource caching
staticfloat 4146238
Firm up FreeBSD versioning
staticfloat d1862f2
Burst JLLSource cache when a dependency is built in the Universe
staticfloat 9843760
Bootstrap fixes for FreeBSD
staticfloat 2c100f5
Rework bootstrap ordering for FreeBSD
staticfloat 9c1ce2c
Fix `bb2/nothing` default branch name
staticfloat 6417412
Improve errors when JLL.toml can't be loaded
staticfloat 7944abf
Print more informative error when failing to hit build cache
staticfloat 9e69051
Allow JLLPrefixes v0.4.X
staticfloat 43d9ad1
Manifest upgrade
staticfloat 54e101c
Add `Base.show()` method for `BuildCache`
staticfloat b7931fb
Improve catching errors in BB2 itself with `--debug`
staticfloat 06d93ab
Allow passing arguments in our `run_build_tarballs()` function
staticfloat 82d6f60
Backing up FreeBSD bootstrapping work
staticfloat 48a1de5
Auditor: Change `print_results()` to just `show()`
staticfloat e736e99
Toolchains: Version macOS and FreeBSD platforms
staticfloat 75a2878
Finish FreeBSD bootstrap
staticfloat 5c40438
Add `Maintenance.clear_sources_cache()`
staticfloat 77095e5
Switch back to `v1.11` for CI for now
staticfloat 17267e8
PlatformExtensions: fix tests
staticfloat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering: are these manifests needed to be able to refer to the other local packages? If so, using the
[sources]section of Project.toml is a saner way to do it, and you can get rid of checked in manifests.