Is it possible to ignore files that would be copied in cibuidlwheel docker container ?
#1495
Unanswered
FirelightFlagboy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm working on a project where we use
cibuildwheelto build our wheel.I'm facing a problem where
cibuildwheelcopies files that I don't want to be copied (likenode_modulesfiles that aren't used by the python project).At best, that slow down the process because it copies unnecessary files (
node_modulesfolder are heavy 😛)At worst, It failed to build the wheel because it have copied some configuration files that are specific for my setup and would not work on the container.
It is possible to configure
cibuildwheelto not copy some specified files (like.gitignoreor.dockerignore) ?Beta Was this translation helpful? Give feedback.
All reactions