Release rolling / release (push) Failing after 1m32s
Entries + OTA — bin/bare-os-*.mjs + lib/bare-os-ota.mjs (pear-runtime, --no-updates / BARE_OS_OTA_DISABLE) Upgrade links on seeder/booter package.json Gitea rolling — .gitea/workflows/release-rolling.yml + scripts/gitea-rolling-release.sh (RELEASE_TOKEN) by-arch + pear-ci — scripts/pear-stage-by-arch.sh, ci/snapshot-*.json (PEAR_PRIMARY_KEY) pear run retired from npm/PM2/docs; see docs/BINARY-RELEASE.md
16 lines
614 B
Markdown
16 lines
614 B
Markdown
# Vendored `rcodesign` (apple-codesign)
|
|
|
|
Used by CI on Linux to **seal-sign** macOS Bare standalone binaries produced on Linux
|
|
(`scripts/bare-standalone.cjs` for every `darwin-*` host) so Gatekeeper does not report
|
|
them as “damaged / move to Trash”.
|
|
|
|
| Path | Binary |
|
|
|------|--------|
|
|
| `linux-x64/rcodesign` | x86_64 musl (ubuntu-latest runners) |
|
|
| `linux-arm64/rcodesign` | aarch64 musl |
|
|
|
|
Upstream: [indygreg/apple-platform-rs](https://github.com/indygreg/apple-platform-rs)
|
|
Release tag: `apple-codesign/0.29.0`
|
|
|
|
Do **not** re-download in CI — the rolling release workflow installs from these paths.
|