Skip to content

zig: backport to fix caching zip files - #301796

Merged
BrewTestBot merged 2 commits into
mainfrom
zig-backport
Sep 2, 2026
Merged

zig: backport to fix caching zip files#301796
BrewTestBot merged 2 commits into
mainfrom
zig-backport

Conversation

@cho-m

@cho-m cho-m commented Sep 1, 2026

Copy link
Copy Markdown
Member

Specifically to explore splitting out fetch phase

  deny_network_access!

  def fetch
    system "zig", "build", "--fetch=all"
  end

  def install
    system "zig", "build", "--system", "zig-pkg", *std_zig_args
  end

Gentoo as reference for separate phases: https://github.com/gentoo/gentoo/blob/master/eclass/zig.eclass


  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?
  • Is your test running fine brew test <formula>?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

  • I did not use AI/LLM to create this PR, or I disclosed the tool/model below and reviewed its output; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.

@cho-m
cho-m marked this pull request as ready for review September 1, 2026 23:32
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

馃 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 2, 2026
@BrewTestBot
BrewTestBot added this pull request to the merge queue Sep 2, 2026
Merged via the queue into main with commit 33c7a6e Sep 2, 2026
22 checks passed
@BrewTestBot
BrewTestBot deleted the zig-backport branch September 2, 2026 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants