[PR #440] [MERGED] Update zig-build to v0.12.0 #496

Closed
opened 2026-05-05 12:17:28 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/440
Author: @kassane
Created: 4/20/2024
Status: Merged
Merged: 4/20/2024
Merged by: @jmcnamara

Base: mainHead: zig-v0.12.0


📝 Commits (1)

📊 Changes

3 files changed (+104 additions, -58 deletions)

View changed files

📝 .github/workflows/zig_build.yml (+1 -1)
📝 build.zig (+93 -54)
📝 build.zig.zon (+10 -3)

📄 Description

Release Notes: https://ziglang.org/download/0.12.0/release-notes.html

Previously, zlib dependency also needed build.zig in the repository. However, this new version finds the root path of dependencies and doesn't need to add build.zig at all.

zlib-src is the upstream. Everything goes back to that build.zig ( from this project)!

cc: @jmcnamara


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jmcnamara/libxlsxwriter/pull/440 **Author:** [@kassane](https://github.com/kassane) **Created:** 4/20/2024 **Status:** ✅ Merged **Merged:** 4/20/2024 **Merged by:** [@jmcnamara](https://github.com/jmcnamara) **Base:** `main` ← **Head:** `zig-v0.12.0` --- ### 📝 Commits (1) - [`b813f06`](https://github.com/jmcnamara/libxlsxwriter/commit/b813f065991070467282bb39115c930f3a95b010) updated to zig v0.12.0 ### 📊 Changes **3 files changed** (+104 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/zig_build.yml` (+1 -1) 📝 `build.zig` (+93 -54) 📝 `build.zig.zon` (+10 -3) </details> ### 📄 Description **Release Notes:** https://ziglang.org/download/0.12.0/release-notes.html Previously, `zlib` dependency also needed `build.zig` in the repository. However, this new version finds the root path of dependencies and doesn't need to add `build.zig` at all. `zlib-src` is the upstream. Everything goes back to that build.zig ( from this project)! cc: @jmcnamara --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:17:28 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#496
No description provided.