Disable git pull for archive

Only use local refs in the archive for reproducibility.
This commit is contained in:
Virgo-AE Eval
2025-02-07 14:48:56 -08:00
parent 9847072eff
commit 71f713b9fc
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ ln -sf input.c.rand.fp32.seqlen1024headdim64.row.bin input.c.bin
for arch in "${archs[@]}"; do
git checkout ae-flash-$arch
git pull
# git pull
# re-compile libvortexrt.a
pushd ../../lib