-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat: support {Free|Net|Open}BSD #2311
Merged
Merged
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
59fb6cd
ci: add bsd variants
dignifiedquire 843dd11
fixup
dignifiedquire 17e420a
first pass at applying patch
dignifiedquire 3004582
start patching libc
dignifiedquire 2667ef9
more import fixes
dignifiedquire 172c2b8
more libc fixes
dignifiedquire 4fa710b
fixups
dignifiedquire 0328666
naming is hard
dignifiedquire 851661f
fmt
dignifiedquire cddd3ba
move freebsd to build only for now
dignifiedquire 821d7e8
restructure
dignifiedquire fd697d9
add netbsd, improve freebsd
dignifiedquire 87199b4
fixups
dignifiedquire 3b18254
exports
dignifiedquire 59b80a6
exports
dignifiedquire 78e95a7
todo
dignifiedquire 96dec5a
fixup
dignifiedquire e6debd2
parse interface announce message
dignifiedquire 11ad5d8
patched iroh-quinn
dignifiedquire c528eeb
exports
dignifiedquire c027227
implement openbsd route parsing
dignifiedquire 71e3ad0
add openbsd
dignifiedquire f931e73
openbsd fixes
dignifiedquire 2ed39c3
update rcgen
dignifiedquire 5f449e2
fixup warnings
dignifiedquire 0e8d824
fix openbsd
dignifiedquire 6aa9b41
ci: disable i686 freebsd, link errors
dignifiedquire cb94821
ci: add netbsd compile check
dignifiedquire 0a8385c
removed unused constants
dignifiedquire 13e34f3
update some constants
dignifiedquire 9bb11a1
update constants
dignifiedquire 29112cf
netbsd: remove resolve
dignifiedquire 323abbc
switch to release quinn
dignifiedquire fc4eacf
Merge branch 'main' into fix-free-bsd
dignifiedquire d4e7ba3
Disable upstream quinn on bsd
flub 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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.
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.
does splitting this off speed up things? Because this way the compiling is done twice in two different jobs that don't share build caches, so intuitively I'd expect it to be slower as we don't have enough runners to parallelise enough to make this worth it.
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 split it up because one is just building, and the other is testing
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.
but once they both work maybe it should be merged back into one?
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.
yes, but that won't happen soon I think