Skip to content

Commit 25364a4

Browse files
authored
ci: Local bin/relock flow with mise (#2980)
* relock wip * regen lockfiles * separate mise env for devcontainer * bot comments * Add a --force option to delete lockfile before update * revert lockfiles to master * separate out checksums only if supported * readability * add linux cflags note * single update command, show command executed * fix workflow grep
1 parent c550b88 commit 25364a4

6 files changed

Lines changed: 409 additions & 307 deletions

File tree

.devcontainer/run

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ if [[ ! -x "$MISE_BIN" ]]; then
2222
exit 1
2323
fi
2424

25+
# .mise.toml lists the whole Ruby matrix for bin/relock; the devcontainer profile
26+
# overrides it to pin the single Ruby baked into the image.
27+
export MISE_ENV=devcontainer
28+
2529
# Activate mise for this shell so PATH/shims are resolved correctly.
2630
eval "$("$MISE_BIN" activate bash)"
2731

0 commit comments

Comments
 (0)