step8 is fine
This commit is contained in:
parent
1b12bab360
commit
770153228a
4
run
4
run
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue