feat: build diffutils binaries - #3
Conversation
kormide
commented
Feb 24, 2026
@dzbarsky will revisit musl after that include ordering issue is fixed in toolchains_llvm_bootstrapped. I'll open an issue for that. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dzbarsky
left a comment
There was a problem hiding this comment.
see comments about glic versioning, that is pretty important if you want the tools usable on older glibcs
a89329d to
2e30345Comparekormide
commented
Feb 24, 2026
Got macos amd64 working. Put it here as well as in the BCR entry. |
kormide
commented
Feb 24, 2026
Filed hermeticbuild/hermetic-llvm#339 for the musl includes issue. |
alexeagle
left a comment
There was a problem hiding this comment.
neat, I guess we'll add GitHub Actions automation to publish artifacts to releases?
Uh oh!
There was an error while loading. Please reload this page.
kormide
commented
Feb 25, 2026
Yep, I'll do that in a follow-up. I'm working on Windows tonight so I'll try to add that before landing this. |
kormide
commented
Feb 25, 2026
Got Windows amd64 working. Unfortunately it can't go into the BCR because the downstream |
d0c740d to
17c0f91Comparekormide
commented
Feb 25, 2026
Added CI. I'll merge this in and add releases in a follow-up. |
Uh oh!
There was an error while loading. Please reload this page.
Build all diffutils binaries for linux (glibc) and macos. The intention moving forward is to build the linux binaries using musl and to add windows/arm64.
Release workflow to come in a follow-up.