Skip to content

Commit

Permalink
stop using an overlay for focal, and stop using the static-libssl pre…
Browse files Browse the repository at this point in the history
…set as a local build default
  • Loading branch information
qrkourier authored and scareything committed Jul 9, 2024
1 parent e0f1d4e commit bbd11e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions scripts/ziti-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,9 @@ function main() {
-E make_directory \
./build
cmake \
--preset "${CMAKE_PRESET:-ci-linux-x64-static-libssl}" \
--preset "${CMAKE_PRESET:-ci-linux-x64}" \
-DCMAKE_BUILD_TYPE="${CMAKE_CONFIG:-Release}" \
-DBUILD_DIST_PACKAGES="${BUILD_DIST_PACKAGES:-OFF}" \
-DVCPKG_OVERLAY_PORTS="./vcpkg-overlays/linux-syslibs/ubuntu20" \
"${TLSUV_TLSLIB:+-DTLSUV_TLSLIB=${TLSUV_TLSLIB}}" \
-S . \
-B ./build \
Expand Down
1 change: 0 additions & 1 deletion vcpkg-overlays/linux-syslibs/ubuntu20/zlib/portfile.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions vcpkg-overlays/linux-syslibs/ubuntu20/zlib/vcpkg.json

This file was deleted.

0 comments on commit bbd11e5

Please sign in to comment.