Files
bare-operating-system/tools/rcodesign/README.md
T
Raven Scott 2b7025b22d
Release rolling / release (push) Failing after 1m32s
Bare standalone packaging — scripts/bare-standalone.cjs, make.cjs, hosts.cjs, prepare-pack.mjs (kernel sync, node_modules flatten, optional sshcrypto.node omit)
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
2026-07-31 11:44:04 -04:00

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.