Files
bun.sh/scripts
Dylan Conway 0910e6f4cd ci: move Windows code signing to dedicated step [sign windows]
DigiCert smctl is x64-only and silently fails under ARM64 emulation.
Previously signing ran inline during the build via CMake POST_BUILD,
which meant ARM64 builds shipped unsigned.

Now a single 'windows-sign' Buildkite step runs on an x64 agent after
all Windows build-bun steps complete. It downloads every bun-windows-*.zip,
signs the exes inside, and re-uploads with the same names so the release
step transparently picks up the signed artifacts.

The sign step runs when:
- On main with a non-canary build (normal release path), or
- The commit message contains [sign windows] (for testing on a branch)

DigiCert charges per signature, so canary builds are never signed.

Cleanup: removed ENABLE_WINDOWS_CODESIGNING CMake option, the inline
POST_BUILD signing in BuildBun.cmake, the secret-fetching block in
build.mjs, and the old sign-windows.ps1. upload-release.sh now pins
Windows artifact downloads to the windows-sign step when it ran to
guarantee the signed zips are the ones released.
2026-02-25 23:52:04 -08:00
..
2026-02-18 18:08:10 -08:00
2024-10-25 23:50:12 -07:00
2026-02-18 18:08:10 -08:00
2025-11-23 15:09:43 -08:00
2025-11-23 15:09:43 -08:00
2025-11-23 15:09:43 -08:00
2026-02-25 20:55:23 -08:00
2025-01-16 22:40:39 -08:00
2025-11-10 14:38:26 -08:00
2024-12-12 03:21:56 -08:00
2025-09-14 18:48:26 -07:00
fmt
2025-09-12 17:24:47 -07:00
2024-08-27 14:13:21 -07:00
2026-02-18 18:08:10 -08:00
2025-07-10 00:10:43 -07:00
2024-06-14 14:52:20 -07:00
2024-12-12 03:21:56 -08:00
2026-02-18 18:08:10 -08:00
2026-02-25 20:55:23 -08:00
2026-02-18 18:08:10 -08:00