Building a wheel with VCPKG dependencies on Linux CI #2031
Unanswered
integraledelebesgue
asked this question in
Q&A
Replies: 1 comment
-
It's in a container, so I'd expect the cloning-and-boostrapping one to work (assuming vcpkg on linux builds from source, rather than getting binaries, which probably would not be manylinux compatible). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I struggle with using vcpkg together with cibuildwheel on Linux CI job.
My project has a few elements:
I try to build wheels using cibuildwheel in my CI. It works perfectly fine on macOS job, but fails on Linux because Meson is unable to locate vcpkg.
Somehow vcpkg isn't available in a cibuildwheel container in which build happens. I tried passing environmental variables using
environment
,environment-pass
etc, even cloning and bootstrapping vcpkg as abefore-all
step, but nothing works.May I ask for an advice how I should set up my build properly?
Beta Was this translation helpful? Give feedback.
All reactions