chore: fix CI/CD after workspace split#51
Merged
chudkowsky merged 5 commits intomainfrom Mar 25, 2026
Merged
Conversation
- Build/test all three sub-workspaces (persistent, ops, persistent-tee) - Switch from deprecated actions-rs/toolchain to dtolnay/rust-toolchain - Bump Python 3.9 → 3.12 across all workflows - Release artifacts now ship persistent + ops instead of removed saya binary - Dockerfile-bins copies persistent + ops; removes SNOS_PROGRAM - Extend clippy.sh and lint.sh to cover sub-workspaces - Update compose default image tag feat-tee → latest - Fix unused re-exports and apply cargo fmt across sub-workspaces Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Post-merge fixes after the
feat/teeworkspace split dissolvedbin/sayaintobin/persistent,bin/ops, andbin/persistent-tee.actions-rs/toolchain→dtolnay/rust-toolchain; bump Python 3.9 → 3.12persistent+opsinstead of removedsayabinaryDockerfile-bins: copypersistent+ops, removeSNOS_PROGRAMscripts/clippy.shandscripts/lint.shto loop over all sub-workspacesfeat-tee→latestbin/persistent(clippy-D warnings) and applycargo fmtacross all workspacesTest plan
releaseworkflow viaworkflow_dispatchto validate binary paths and Docker build🤖 Generated with Claude Code