| author | |
| committer | |
| log | a8f9b5dc0695bd0fb54d35f75c66175cc6ee87a8 |
| tree | 53c99b662c2c4e437214a46236cc909f36cf0e1f |
| parent | 713716770ebe7ae1b55cfbe40478b149aac152fb |
| signature |
3 files changed, 16 insertions(+), 4 deletions(-)
ci/x86_64-linux-debug-llvm.sh+4-1| ... | @@ -34,7 +34,10 @@ cmake .. \ | ... | @@ -34,7 +34,10 @@ cmake .. \ |
| 34 | -DZIG_STATIC=ON \ | 34 | -DZIG_STATIC=ON \ |
| 35 | -DZIG_NO_LIB=ON \ | 35 | -DZIG_NO_LIB=ON \ |
| 36 | -DZIG_EXTRA_BUILD_ARGS="-Duse-llvm=true" \ | 36 | -DZIG_EXTRA_BUILD_ARGS="-Duse-llvm=true" \ |
| 37 | -GNinja | 37 | -GNinja \ |
| 38 | -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \ | ||
| 39 | -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE | ||
| 40 | # https://github.com/ziglang/zig/issues/22213 | ||
| 38 | 41 | ||
| 39 | # Now cmake will use zig as the C/C++ compiler. We reset the environment variables | 42 | # Now cmake will use zig as the C/C++ compiler. We reset the environment variables |
| 40 | # so that installation and testing do not get affected by them. | 43 | # so that installation and testing do not get affected by them. |
ci/x86_64-linux-debug.sh+4-1| ... | @@ -33,7 +33,10 @@ cmake .. \ | ... | @@ -33,7 +33,10 @@ cmake .. \ |
| 33 | -DZIG_TARGET_MCPU="$MCPU" \ | 33 | -DZIG_TARGET_MCPU="$MCPU" \ |
| 34 | -DZIG_STATIC=ON \ | 34 | -DZIG_STATIC=ON \ |
| 35 | -DZIG_NO_LIB=ON \ | 35 | -DZIG_NO_LIB=ON \ |
| 36 | -GNinja | 36 | -GNinja \ |
| 37 | -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \ | ||
| 38 | -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE | ||
| 39 | # https://github.com/ziglang/zig/issues/22213 | ||
| 37 | 40 | ||
| 38 | # Now cmake will use zig as the C/C++ compiler. We reset the environment variables | 41 | # Now cmake will use zig as the C/C++ compiler. We reset the environment variables |
| 39 | # so that installation and testing do not get affected by them. | 42 | # so that installation and testing do not get affected by them. |
ci/x86_64-linux-release.sh+8-2| ... | @@ -39,7 +39,10 @@ cmake .. \ | ... | @@ -39,7 +39,10 @@ cmake .. \ |
| 39 | -DZIG_TARGET_MCPU="$MCPU" \ | 39 | -DZIG_TARGET_MCPU="$MCPU" \ |
| 40 | -DZIG_STATIC=ON \ | 40 | -DZIG_STATIC=ON \ |
| 41 | -DZIG_NO_LIB=ON \ | 41 | -DZIG_NO_LIB=ON \ |
| 42 | -GNinja | 42 | -GNinja \ |
| 43 | -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \ | ||
| 44 | -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE | ||
| 45 | # https://github.com/ziglang/zig/issues/22213 | ||
| 43 | 46 | ||
| 44 | # Now cmake will use zig as the C/C++ compiler. We reset the environment variables | 47 | # 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. | 48 | # so that installation and testing do not get affected by them. |
| ... | @@ -97,7 +100,10 @@ cmake .. \ | ... | @@ -97,7 +100,10 @@ cmake .. \ |
| 97 | -DZIG_TARGET_MCPU="$MCPU" \ | 100 | -DZIG_TARGET_MCPU="$MCPU" \ |
| 98 | -DZIG_STATIC=ON \ | 101 | -DZIG_STATIC=ON \ |
| 99 | -DZIG_NO_LIB=ON \ | 102 | -DZIG_NO_LIB=ON \ |
| 100 | -GNinja | 103 | -GNinja \ |
| 104 | -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \ | ||
| 105 | -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE | ||
| 106 | # https://github.com/ziglang/zig/issues/22213 | ||
| 101 | 107 | ||
| 102 | unset CC | 108 | unset CC |
| 103 | unset CXX | 109 | unset CXX |