Skip to content

Migrate run command to work on a windows machine #375

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

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

jlyon12345
Copy link
Contributor

running with run_shell on windows results in arguments not being passed properly to zipper. running with run_shell calls bash -c zipper.exe $@ [args] but does not put quotes around the string passed to bash -c. This means that zipper does not get any arguments passed to it and the step fails. This change makes it so we can run the zipper binary directly and ensures that arguments are passed correctly. It should work on any platform.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 23, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@jamesward
Copy link
Contributor

cc @aragos

@jamesward jamesward merged commit 8b865f7 into grpc:master Jan 23, 2023
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

Successfully merging this pull request may close these issues.

2 participants