fix(release): use CNB asset download URLs - #5308
Conversation
Signed-off-by: CodeWhale Bot <bot@codewhale.net>
Signed-off-by: CodeWhale Bot <bot@codewhale.net>
Signed-off-by: CodeWhale Bot <bot@codewhale.net>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @Hmbown's task in 2m 3s —— View job Claude finished reviewing PR #5308Todo list
SummaryThis PR's own commit ( The other two commits (
I was not able to execute No correctness bugs, security issues, or reuse/simplification concerns found beyond the note above. |
Signed-off-by: CodeWhale Bot <bot@codewhale.net>
|
Claude finished @Hmbown's task in 1m 37s —— View job Claude finished reviewing PR #5308 (updated after new push)Todo list
What changed since the last reviewOnly one new commit landed: Review of
|
Signed-off-by: CodeWhale Bot <bot@codewhale.net>
|
Claude finished @Hmbown's task in 2m 15s —— View job Claude finished reviewing PR #5308 (updated after new push)Todo list
What changed since the last reviewOnly one new commit landed: Review of
|
Signed-off-by: CodeWhale Bot <bot@codewhale.net>
|
Claude finished @Hmbown's task in 2m 38s —— View job Claude finished reviewing PR #5308 (updated after new push)Todo list
What changed since the last reviewOnly one new commit landed: Review of
|
Summary
codewhale.net/codewhaleCNB repository slug in both updater implementations/-/releases/download/vX.Y.Z/path so mirror mode receives asset bytes instead of release HTML#5306 has merged. This PR is now the focused CNB URL and mirror-pipeline reliability slice on current
main.Live proof
text/html, 118624 bytestext/plain, 258-byte checksum manifestHmbown/CodeWhaleslug: HTTP 404cb1e994829783047111aafde05b4ba35a33ddf5creached CNB but failed while parallel Rust jobs compiled the TUI test crateb899c42be969aec53debd3138bef9fcd538ab17epassed dependency setup, then exposed the next concrete failure:runtime_api::tests::retry_endpoint_reuses_dropped_user_text_to_start_a_turnoverflowed the platform-default test stack and aborted with SIGABRTCARGO_BUILD_JOBS=1, the all-target workspace check and all-feature clippy pass in an 8 GiB container; CNB'scpus: 16runner contract provides 32 GiBRUST_MIN_STACK=16777216is scoped only to the workspace test command, matching the established GitHub CI/release contract without raising compiler-thread stack reservationsVerification
node --test npm/codewhale/test/artifacts.test.js(11 passed)cargo test --locked -p codewhale-release --lib(37 passed)cargo test --locked -p codewhale-cli --lib update::tests(67 passed)cargo check --locked -p codewhale-release -p codewhale-cliRUST_MIN_STACK=16777216 cargo test -p codewhale-tui --lib runtime_api::tests::retry_endpoint_reuses_dropped_user_text_to_start_a_turn --locked -- --exact --nocapture(1 passed)node .github/scripts/release-workflows.test.jscargo fmt --all -- --checkgit diff --checkExact head
5162341fd1df799f94f398d70781edee0463f83fmust pass both GitHub and CNB before merge.Closes #5307