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

Can't zip the submission beacuse zip is not supported on windows. #18

Open
bhosalems opened this issue May 30, 2022 · 2 comments
Open

Comments

@bhosalems
Copy link

/bin/sh: zip: command not found
make: *** [pack-benchmark] Error 127

@bhosalems
Copy link
Author

bhosalems commented Jun 1, 2022

Even after using the archive command instead of zip, look at #19, while testing the submission it wasn't able to unzip submission.zip, because zip doesn't understand the folder convention "\" used in windows as opposed to "/" in unix*. I was able to bypass it by manually creating the submission zip directory on windows.

But it would be good if windows support is provided.

@mjschlauch
Copy link
Contributor

Thanks @bhosalems. I'm glad you were able to figure out a workaround. The make commands are really just helpful shortcuts and were only designed with Unix in mind. But we appreciate the feedback and are hoping to add support for Windows in the future.

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