ci(release): macOS x86_64 packages on self-hosted c2pool-mac-intel - #323
Merged
Conversation
Repoint the release matrix's macOS x86_64 cell from GitHub-hosted macos-13 to the self-hosted Intel runner (macpro-intel-204), mirroring build.yml. Port the launchd Homebrew-PATH guard (#100) so brew resolves under the launchd service PATH. arm64 stays on macos-14. Revert: restore 'runner: macos-13' and drop the Set up Homebrew PATH step.
…h artifact dirs download-artifact unpacks each per-arch package one level deep (arm64/<pkgdir>/c2pool-<coin>); lipo referenced arm64/c2pool-<coin> directly and failed with 'No such file or directory'. Resolve ARM_SRC and X86_SRC to the staged package dirs so the merge finds both inputs.
Owner
Author
|
Validation evidence (run 27951310998, head 2a25e3f): macOS lane fully green — 10/10 per-arch build cells (btc/ltc/dgb/dash/bch x arm64+x86_64) and 5/5 universal lipo-merge cells (btc/ltc/dgb/dash/bch) all success. The nested-artifact lipo-merge fix (resolve ARM_SRC/X86_SRC one dir deep before lipo) resolved the prior btc/dgb/bch universal failures. The overall run shows failure only from Windows release cells, which are out of the macOS lane. PR head matches the green SHA and is MERGEABLE — ready for operator merge-gate. |
frstrtr
marked this pull request as ready for review
June 22, 2026 14:41
frstrtr
added a commit
that referenced
this pull request
Jun 23, 2026
) * ci(release): build macOS x86_64 packages on self-hosted c2pool-mac-intel Repoint the release matrix's macOS x86_64 cell from GitHub-hosted macos-13 to the self-hosted Intel runner (macpro-intel-204), mirroring build.yml. Port the launchd Homebrew-PATH guard (#100) so brew resolves under the launchd service PATH. arm64 stays on macos-14. Revert: restore 'runner: macos-13' and drop the Set up Homebrew PATH step. * ci(release): fix macOS universal lipo merge to resolve nested per-arch artifact dirs download-artifact unpacks each per-arch package one level deep (arm64/<pkgdir>/c2pool-<coin>); lipo referenced arm64/c2pool-<coin> directly and failed with 'No such file or directory'. Resolve ARM_SRC and X86_SRC to the staged package dirs so the merge finds both inputs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Repoints the release matrix macOS x86_64 cell from GitHub-hosted
macos-13to the self-hosted Intel runner[self-hosted, macOS, X64, c2pool-mac-intel](macpro-intel-204), mirroring build.yml. arm64 stays onmacos-14.brewresolves under the launchd service PATH.Revert: restore
runner: macos-13and drop the Set up Homebrew PATH step. Non-destructive; arm64 + Linux lanes untouched.