| ... | @@ -3,8 +3,6 @@ | ... | @@ -3,8 +3,6 @@ |
| 3 | set -x | 3 | set -x |
| 4 | set -e | 4 | set -e |
| 5 | | 5 | |
| 6 | system_profiler SPHardwareDataType | | |
| 7 | | | |
| 8 | brew install s3cmd gcc@10 | 6 | brew install s3cmd gcc@10 |
| 9 | | 7 | |
| 10 | ZIGDIR="$(pwd)" | 8 | ZIGDIR="$(pwd)" |
| ... | @@ -33,7 +31,7 @@ git config core.abbrev 9 | ... | @@ -33,7 +31,7 @@ git config core.abbrev 9 |
| 33 | | 31 | |
| 34 | mkdir build | 32 | mkdir build |
| 35 | cd build | 33 | cd build |
| 36 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON | 34 | cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$(pwd)/release -DZIG_STATIC=ON -DZIG_TARGET_TRIPLE=x86_64-macos.10.15.7-gnu |
| 37 | make $JOBS install | 35 | make $JOBS install |
| 38 | release/bin/zig build test | 36 | release/bin/zig build test |
| 39 | | 37 | |