Skip to content

Ignore invalid input argument to install_os_deps.sh#7566

Merged
baijumeswani merged 1 commit into
masterfrom
bmeswani/ignore_invaid_options
May 5, 2021
Merged

Ignore invalid input argument to install_os_deps.sh#7566
baijumeswani merged 1 commit into
masterfrom
bmeswani/ignore_invaid_options

Conversation

@baijumeswani

Copy link
Copy Markdown
Contributor

Description: The arguments to install_os_deps.sh were trimmed but the script invoking this script was still passing those unused arguments.
As a result, getopts was exiting the loop without parsing all the valid arguments. This resulted in some of the dependencies not being installed (like openmpi) and caused the orttraining-distributed pipeline failure.

@baijumeswani
baijumeswani requested a review from a team as a code owner May 4, 2021 18:54
@mrry

mrry commented May 4, 2021

Copy link
Copy Markdown
Contributor

Btw, I have #7568 to fix the compiler warnings-as-errors in gist_encode_decode.cc.

@baijumeswani
baijumeswani force-pushed the bmeswani/ignore_invaid_options branch from c27aa3a to 2b335b6 Compare May 5, 2021 18:57
@baijumeswani
baijumeswani merged commit f3a70f1 into master May 5, 2021
@baijumeswani
baijumeswani deleted the bmeswani/ignore_invaid_options branch May 5, 2021 21:33
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.

3 participants