Skip to content

Commit

Permalink
Fix CIBW_ENVIRONMENT_LINUX
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Nov 5, 2023
1 parent 45868ea commit 5b47c30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cirrus/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
CIBW_BEFORE_ALL_LINUX: yum install -y zip flex bison gcc-gfortran
CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux_2_28_aarch64
VCPKG_TARGET_TRIPLET: x64-linux-dynamic-cxx17-abi1-rel
CIBW_ENVIRONMENT_LINUX:
CIBW_ENVIRONMENT_LINUX: >
CMAKE_ARGS=-DBUILD_TESTING=OFF
#VCPKG_BINARY_SOURCES="clear;http,$CIRRUS_HTTP_CACHE_HOST/{name}/{triplet}/{version}/{sha},readwrite"
VCPKG_TARGET_TRIPLET=$VCPKG_TARGET_TRIPLET
VCPKG_INSTALLED_DIR=$VCPKG_INSTALLED_DIR
LD_LIBRARY_PATH=$VCPKG_INSTALLED_DIR/$VCPKG_TARGET_TRIPLET/lib
Expand Down

0 comments on commit 5b47c30

Please sign in to comment.