omniosorg / omnios-extra

Packages for OmniOS extra
https://omnios.org
Other
26 stars 58 forks source link

zig: update to 0.12.0 #1451

Closed rzezeski closed 2 months ago

rzezeski commented 2 months ago

Whoops, thanks for catching those. Do you prefer updates to be additional commits or would you rather a force push?

hadfl commented 2 months ago

Whoops, thanks for catching those. Do you prefer updates to be additional commits or would you rather a force push?

I think for this one you might just force push it. Thanks!

rzezeski commented 2 months ago

Okay, hopefully I got that right.

rzezeski commented 2 months ago

ping

hadfl commented 2 months ago

Okay, hopefully I got that right.

I did a small change to extra-build-tools. My comment was maybe a bit misleading. We don't require zig 0.12, yet to build anything so it does not need to be in the meta package. However, we require clang 17 to build zig 0.12 and since we build zig from r151047 on we need to change the condition for clang 17 to that version.