Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention that build-wheels.sh needs execute permissions #12

Open
Safihre opened this issue Feb 27, 2017 · 1 comment
Open

Mention that build-wheels.sh needs execute permissions #12

Safihre opened this issue Feb 27, 2017 · 1 comment

Comments

@Safihre
Copy link

Safihre commented Feb 27, 2017

Although this is probably very straightforward for experienced Travis users, but as a newby on Windows it took me a really long time to figure out that my builds were failing because build-wheels.sh needs execute permissions.
As a Windows user, the only way to do that is from a Linux system..

docker: Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"exec: \\\"/io/travis/build-wheels.sh\\\": permission denied\"\n".
@nanonyme
Copy link

@Safihre this is not quite true. Bash in Git for Windows allows you to set executable flag using
git update-index --chmod=+x myfile
Should be mentioned in documentation regardless

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants