Skip Namespace remote cache probe on macOS
This commit is contained in:
parent
4a1ea9b471
commit
06375ba328
2 changed files with 20 additions and 4 deletions
|
|
@ -52,7 +52,9 @@ The same change also makes the forge itself the release authority: release tags
|
|||
probes must be timeout-bounded so Apple builds can continue without the
|
||||
remote cache. Apple workflows should call the fail-open cache helper directly
|
||||
instead of entering the full Nix development shell just to decide whether a
|
||||
cache is available.
|
||||
cache is available. macOS runners should use the local Bazel disk/repository
|
||||
cache path and skip the `nsc` remote-cache auth probe, which is optional and
|
||||
can block without GNU timeout support.
|
||||
- Produce unsigned Apple validation artifacts when signing is absent, but require signing for an App Store requested iOS release and for a Sparkle tester release. Uploadable artifacts are produced only after provisioning profiles can be synced from App Store Connect credentials and the relevant Apple certificate is proven to match the selected Google KMS key.
|
||||
- Resolve release credentials through age/agenix before signed Apple lanes run. Forgejo secrets should carry only the runner age identity fallback and the Authentik WIF client secret until OpenBao can mint the runner token directly. App Store Connect keys and signing certificates live as sealed files under `secrets/`.
|
||||
- Persist the forge runner SSH key as `/var/lib/forgejo-runner-agent/age_keystore` and export `BURROW_RUNNER_AGE_IDENTITY_PATH` so jobs can resolve agenix identities without embedding long-lived material in every workflow.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue