1
Fork 0

step8 is fine

This commit is contained in:
Motiejus Jakštys 2024-11-06 22:59:50 +02:00
parent 1b12bab360
commit 770153228a
1 changed files with 1 additions and 3 deletions

4
run
View File

@ -285,7 +285,7 @@ step08() {
git archive --prefix=zig-$TO_/ $TO | tar -C .. -x git archive --prefix=zig-$TO_/ $TO | tar -C .. -x
{ {
pushd "../zig-$TO_" pushd "../zig-$TO_"
../zig-$FROM_/build/zig2 build update-zig1 ../zig-$FROM_/build/zig2 build --zig-lib-dir lib update-zig1
popd popd
} }
} }
@ -304,7 +304,5 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
if [[ "$step" -le 5 ]]; then step05; fi if [[ "$step" -le 5 ]]; then step05; fi
if [[ "$step" -le 6 ]]; then step06; fi if [[ "$step" -le 6 ]]; then step06; fi
if [[ "$step" -le 7 ]]; then step07; fi if [[ "$step" -le 7 ]]; then step07; fi
# not:
if [[ "$step" -le 8 ]]; then step08; fi if [[ "$step" -le 8 ]]; then step08; fi
fi fi