fix: update-stage0 under the Lake cache

This commit is contained in:
Sebastian Ullrich
2026-02-19 20:55:36 +00:00
committed by Joachim Breitner
parent 423671a6c0
commit 1fd9adc693

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
rm -r stage0 || true
rm -rf stage0 || true
# don't copy untracked files
# `:!` is git glob flavor for exclude patterns
for f in $(git ls-files src ':!:src/lake/*' ':!:src/Leanc.lean'); do