diff --git a/run b/run index b248f6f..67c2dd6 100755 --- a/run +++ b/run @@ -283,15 +283,14 @@ step10() { } } -# commit cb9d00e1af365d5722ff7795aff1e74e78c3aa65 -# Merge: dfcedfdca0 4888f9d7e1 -# Author: Andrew Kelley -# Date: 2023-01-25T00:53:54+02:00 +#commit a9b68308b9eeb494524e2b7ab0d63cfa6b623cd0 +#Author: Casey Banner +#Date: 2023-01-26T07:45:40+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_=0.10.0-1457-gcb9d00e1af +STEP11=a9b68308b9eeb494524e2b7ab0d63cfa6b623cd0 +STEP11_=0.10.0-1497-ga9b68308b9 step11() { rm -fr "../zig-$STEP11" git archive --prefix=zig-$STEP11_/ $STEP11 | tar -C .. -x @@ -303,7 +302,6 @@ step11() { } } - if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then set -xeuo pipefail step=${1:-step00} @@ -322,4 +320,5 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then if [[ "$step" -le 9 ]]; then step09; fi if [[ "$step" -le 10 ]]; then step10; fi if [[ "$step" -le 11 ]]; then step11; fi + #if [[ "$step" -le 12 ]]; then step12; fi fi