-
Notifications
You must be signed in to change notification settings - Fork 118
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
+ziglang.org #73
+ziglang.org #73
Conversation
|
1af6528
to
51979eb
Compare
We need self-hosted x86 clearly |
e17db6c
to
415e610
Compare
bca4573
to
19dca48
Compare
@mxcl do you have any familiarity with this: https://github.com/teaxyz/pantry.extra/actions/runs/3935162447/jobs/6730616244
Only occurs on darwin/x86-64 (I'm manually running codesign to see the actual error, since ruby-machos doesn't pass it out). |
who's doing the code signing? (looks like zig is, but not sure since the If us, can we skip it? |
It's us in |
maybe this brew patch? https://github.com/Homebrew/homebrew-core/blob/master/Formula/zig.rb#L80 headerpad is a thing that code signing needs sometimes. |
Already present. ziglang/zig#9565 is interesting, but doesn't make me closer to understanding. |
f12e3d7
to
1dc24bd
Compare
otool outputs, in case that helps anyone: https://gist.github.com/jhheider/ab79a6b55fae8231b734188a789684cc |
7b06f31
to
d16e3bf
Compare
Given that tea now allows packages that only build on Mac OS, is there anything that could be done to push this forward? |
A better solution is probably to what Max originally suggested and use vendored packages, a la https://github.com/teaxyz/pantry.extra/blob/main/projects/bun.sh/package.yml. I'll see if I can't whip that up. |
closes #609 |
for you, @lino-levan |
Thanks! |
doesn't currently build on linux/x86-64:gha:debian:buster-slim due to OOM. The Zig team is well aware that their build process is memory-heavy: ziglang/zig#6485