| author | |
| committer | |
| log | 15a0b30d8e905a7b46fa97175d9bdba2bd5a8403 |
| tree | 032158073e5a3163c851d5a376e98abe9d42bea2 |
| parent | d004ef2e5d315e102e5be93ba68443ea0877492c |
2 files changed, 4 insertions(+), 2 deletions(-)
ci/azure/macos_arm64_script+2-1| ... | @@ -53,7 +53,8 @@ cmake .. \ | ... | @@ -53,7 +53,8 @@ cmake .. \ |
| 53 | -DCMAKE_BUILD_TYPE=Release \ | 53 | -DCMAKE_BUILD_TYPE=Release \ |
| 54 | -DZIG_TARGET_TRIPLE="$HOST_TARGET" \ | 54 | -DZIG_TARGET_TRIPLE="$HOST_TARGET" \ |
| 55 | -DZIG_TARGET_MCPU="$HOST_MCPU" \ | 55 | -DZIG_TARGET_MCPU="$HOST_MCPU" \ |
| 56 | -DZIG_STATIC=ON | 56 | -DZIG_STATIC=ON \ |
| 57 | -DZIG_OMIT_STAGE2=ON | ||
| 57 | 58 | ||
| 58 | unset CC | 59 | unset CC |
| 59 | unset CXX | 60 | unset CXX |
ci/azure/macos_script+2-1| ... | @@ -39,7 +39,8 @@ cmake .. \ | ... | @@ -39,7 +39,8 @@ cmake .. \ |
| 39 | -DCMAKE_BUILD_TYPE=Release \ | 39 | -DCMAKE_BUILD_TYPE=Release \ |
| 40 | -DZIG_TARGET_TRIPLE="$TARGET" \ | 40 | -DZIG_TARGET_TRIPLE="$TARGET" \ |
| 41 | -DZIG_TARGET_MCPU="$MCPU" \ | 41 | -DZIG_TARGET_MCPU="$MCPU" \ |
| 42 | -DZIG_STATIC=ON | 42 | -DZIG_STATIC=ON \ |
| 43 | -DZIG_OMIT_STAGE2=ON | ||
| 43 | 44 | ||
| 44 | # Now cmake will use zig as the C/C++ compiler. We reset the environment variables | 45 | # Now cmake will use zig as the C/C++ compiler. We reset the environment variables |
| 45 | # so that installation and testing do not get affected by them. | 46 | # so that installation and testing do not get affected by them. |