advance step11
This commit is contained in:
parent
1c3aa58040
commit
c02aef602a
15
run
15
run
|
@ -283,15 +283,14 @@ step10() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# commit cb9d00e1af365d5722ff7795aff1e74e78c3aa65
|
#commit a9b68308b9eeb494524e2b7ab0d63cfa6b623cd0
|
||||||
# Merge: dfcedfdca0 4888f9d7e1
|
#Author: Casey Banner <kcbanner@gmail.com>
|
||||||
# Author: Andrew Kelley <andrew@ziglang.org>
|
#Date: 2023-01-26T07:45:40+02:00
|
||||||
# Date: 2023-01-25T00:53:54+02:00
|
|
||||||
#
|
#
|
||||||
# Merge pull request #14402 from kcbanner/cbe_x86_fixes
|
# cbe: fixes for tls, support for not linking libc, and enabling tests
|
||||||
#
|
#
|
||||||
STEP11=cb9d00e1af365d5722ff7795aff1e74e78c3aa65
|
STEP11=a9b68308b9eeb494524e2b7ab0d63cfa6b623cd0
|
||||||
STEP11_=0.10.0-1457-gcb9d00e1af
|
STEP11_=0.10.0-1497-ga9b68308b9
|
||||||
step11() {
|
step11() {
|
||||||
rm -fr "../zig-$STEP11"
|
rm -fr "../zig-$STEP11"
|
||||||
git archive --prefix=zig-$STEP11_/ $STEP11 | tar -C .. -x
|
git archive --prefix=zig-$STEP11_/ $STEP11 | tar -C .. -x
|
||||||
|
@ -303,7 +302,6 @@ step11() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
|
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
|
||||||
set -xeuo pipefail
|
set -xeuo pipefail
|
||||||
step=${1:-step00}
|
step=${1:-step00}
|
||||||
|
@ -322,4 +320,5 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
|
||||||
if [[ "$step" -le 9 ]]; then step09; fi
|
if [[ "$step" -le 9 ]]; then step09; fi
|
||||||
if [[ "$step" -le 10 ]]; then step10; fi
|
if [[ "$step" -le 10 ]]; then step10; fi
|
||||||
if [[ "$step" -le 11 ]]; then step11; fi
|
if [[ "$step" -le 11 ]]; then step11; fi
|
||||||
|
#if [[ "$step" -le 12 ]]; then step12; fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue