Skip to content

Commit 3d91848

Browse files
ci: commit rust workspace lockfile
1 parent 6b6ff79 commit 3d91848

5 files changed

Lines changed: 8618 additions & 8 deletions

File tree

docs/getting-started/installation.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,13 @@ The same summary records the GitHub artifact digest emitted by `upload-artifact`
147147
and the exact detached tarball checksum line that the local replay verifies, so
148148
a manual release-candidate run keeps the platform archive identity visible next
149149
to the Modality archive identity and replay commands.
150-
Run it manually with
151-
`workflow_dispatch`, or tag a commit as `modal-v*` when you want tag-scoped
152-
release evidence.
150+
Run `workflow_dispatch` manually with
151+
`gh workflow run "Onboarding Release Archive" --ref main`, then watch the
152+
started run with `gh run watch <run-id> --exit-status`; or tag a commit as
153+
`modal-v*` when you want tag-scoped release evidence. The workflow summary is
154+
the release-candidate handoff surface: it names the source revision, GitHub
155+
artifact digest, detached tarball checksum, exact download command, pinned
156+
verifier command, and optional smoke replay command for that run.
153157
After downloading that artifact, verify it before unpacking or trusting the
154158
binary:
155159

rust/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
debug/
44
target/
55

6-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8-
Cargo.lock
9-
106
# These are backup files generated by rustfmt
117
**/*.rs.bk
128

0 commit comments

Comments
 (0)