Skip to content

Commit

Permalink
Disable ossfuzz when building libzip
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Oct 14, 2024
1 parent 62375c8 commit bbeb2b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux/libraries/libzip.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ protected function build(): void
'-DBUILD_EXAMPLES=OFF ' .
'-DBUILD_REGRESS=OFF ' .
'-DBUILD_TOOLS=OFF ' .
'-DBUILD_OSSFUZZ=OFF ' .
$bzip2 .
$xz .
$zstd .
Expand Down
1 change: 1 addition & 0 deletions macos/libraries/libzip.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ protected function build(): void
'-DBUILD_EXAMPLES=OFF ' .
'-DBUILD_REGRESS=OFF ' .
'-DBUILD_TOOLS=OFF ' .
'-DBUILD_OSSFUZZ=OFF ' .
$bzip2 .
$xz .
$zstd .
Expand Down
1 change: 1 addition & 0 deletions windows/libraries/libzip.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ protected function build(): void
'-DBUILD_EXAMPLES=OFF ' .
'-DBUILD_REGRESS=OFF ' .
'-DBUILD_TOOLS=OFF ' .
'-DBUILD_OSSFUZZ=OFF ' .
//'-DCMAKE_C_FLAGS_MINSIZEREL="/MT /O1 /Ob1 /DNDEBUG" ' .
'-DCMAKE_INSTALL_PREFIX="' . realpath('deps') . '" ' .
"-DCMAKE_TOOLCHAIN_FILE={$this->config->cmakeToolchainFile} " .
Expand Down

0 comments on commit bbeb2b0

Please sign in to comment.