-
Notifications
You must be signed in to change notification settings - Fork 11
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
Making changes in the airgapped script to remove gcc as a dependency. #2163
Conversation
@@ -685,6 +696,19 @@ ubuntu_main() { | |||
# Call the install function with module details | |||
install_perl_module "$module_name" "$requirement_type" "$required_version" "$package" | |||
done | |||
sudo dpkg -i ./libdbd-mysql-perl*.deb 1>&2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for rhel, you also install something called mariadb-connector. Not required in ubuntu?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope not required in this case. We tested it out.
"libmysqlclient-dev|min|0" | ||
"libmodule-build-perl|min|0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this also just a miss ? or it's required now and not before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this was not required earlier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Describe the changes in this pull request
Making changes in the airgapped script to remove gcc as a dependency.
Describe if there are any user-facing changes
Nope. Only a few dependencies were added and removed.
How was this pull request tested?
Manually
Does your PR have changes that can cause upgrade issues?