Skip to content

chore(release): v1.1.14 — restore release binaries + build-health#218

Closed
avrabe wants to merge 2 commits into
mainfrom
chore/v1.1.14-ship
Closed

chore(release): v1.1.14 — restore release binaries + build-health#218
avrabe wants to merge 2 commits into
mainfrom
chore/v1.1.14-ship

Conversation

@avrabe

@avrabe avrabe commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

v1.1.14 release bump (supersedes #217, whose branch stopped re-triggering CI after pushes/reopen — a GitHub quirk).

Contents (all already on main since v1.1.13):

Plus a CI fix folded in: the WASM Build job pinned dtolnay/rust-toolchain@1.93.1, which pins the action tag, not Rust — that stale action computes "stable" from the calendar, now overshooting to a non-existent Rust 1.100.0, breaking the job on main. Switched to @stable + explicit toolchain: "1.93.1".

No optimizer behavior change — falcon behavioral gate unchanged from v1.1.13.

After merge: tag v1.1.14 → release workflow ships per-OS binaries + SBOM + signed checksums on the normal tag path.

🤖 Generated with Claude Code

avrabe added 2 commits June 14, 2026 08:40
Release-engineering + build-health release; no optimizer behavior change
(falcon behavioral gate unchanged from v1.1.13).

- #142/#216: release-binary uploads restored + unified artifact standard
  (decoupled the release job from the fragile wasm32 build; verified by
  retroactively shipping v1.1.13's binaries via workflow_dispatch).
- #202: un-redded main after wasmtime-45 + criterion floated-dep breaks.
- #201: removed vestigial Sphinx scaffold (superseded by rivet).

Refs #142
The WASM Build job used `dtolnay/rust-toolchain@1.93.1`, which pins the
action's git tag — not Rust. That old action revision derives the "stable"
version from the calendar; the estimate has now drifted to a not-yet-released
1.100.0, so rustup fails and the job went red on main (orthogonal to the
v1.1.14 release, which builds native binaries only).

Fix: `@stable` (current action code, like every other job) + explicit
`toolchain: "1.93.1"` so the intended pin actually installs Rust 1.93.1.
@avrabe

avrabe commented Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #222 — consolidated v1.1.14 off current main (now includes #220 + the WASM Build toolchain fix; this branch also stopped re-triggering CI).

@avrabe avrabe closed this Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant