CI: automate Zig version upgrades; upgrade Zig & more #321
No reviewers
Labels
No labels
CI
all
basisu
blog
bug
build
contributor-friendly
core
correctness
deferred
dev
direct3d-headers
docs
driver-os-issue
duplicate
dxcompiler
editor
examples
experiment
feature-idea
feedback
flac
freetype
gamemode
gkurve
glfw
gpu
gpu-dawn
harfbuzz
help welcome
in-progress
infrastructure
invalid
libmach
linux-audio-headers
long-term
mach
mach.gfx
mach.math
mach.physics
mach.testing
model3d
needs-triage
object
opengl-headers
opus
os/linux
os/macos
os/wasm
os/windows
package-manager
priority
proposal
proposal-accepted
question
roadmap
slipped
stability
sysaudio
sysgpu
sysjs
validating-fix
vulkan-zig-generated
wayland-headers
website
wontfix
wrench
www
x11-headers
xcode-frameworks
zig-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hexops/mach!321
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sg/fix-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
after this change, it should be possible for anyone to easily send a PR to update the Zig version we use:
To upgrade Zig version, we just run e.g.
ZIG_VERSION='0.10.0-dev.2439+c84f5a5f9' ./dev/update-zig.shand it will update every CI yml file in the repository, as well as the README.The README now states the currently-tested Zig version.
The M1 runner now has it's Zig version managed by the yml file (previously me manually installing it on the machine.)
By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.
Nice! Does this also fix binary versions for macos?
It's going to - but it's not yet fixed. I'll close https://github.com/hexops/mach/issues/292 once fixed.