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

Release binaries are not executable #131

Closed
paulthomson opened this issue Nov 23, 2018 · 1 comment
Closed

Release binaries are not executable #131

paulthomson opened this issue Nov 23, 2018 · 1 comment

Comments

@paulthomson
Copy link
Collaborator

This is due to a quirk of Ant (which we use from Maven for custom build tasks); it is not good at maintaining executable permissions. We relocate the binaries from their original location in their respective zip files into assembly-binaries-1.0.zip and this is when they lose their executable permission (we don't relocate going from assembly-binaries-1.0.zip to graphicsfuzz-1.0.zip).

@paulthomson
Copy link
Collaborator Author

Fixed in #132

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

1 participant