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

Making changes in the airgapped script to remove gcc as a dependency. #2163

Merged
merged 5 commits into from
Jan 22, 2025

Conversation

ShivanshGahlot
Copy link
Collaborator

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?

Component Breaking changes?
MetaDB No
Name registry json No
Data File Descriptor Json No
Export Snapshot Status Json No
Import Data State No
Export Status Json No
Data .sql files of tables No
Export and import data queue No
Schema Dump No
AssessmentDB No
Sizing DB No
Migration Assessment Report Json No
Callhome Json No
YugabyteD Tables No
TargetDB Metadata Tables No

@ShivanshGahlot ShivanshGahlot changed the title Shivansh/airgapped script no gcc Making changes in the airgapped script to remove gcc as a dependency. Jan 8, 2025
@@ -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
Copy link
Collaborator

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?

Copy link
Collaborator Author

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"
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

Copy link
Collaborator

@makalaaneesh makalaaneesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ShivanshGahlot ShivanshGahlot merged commit ba092f5 into main Jan 22, 2025
67 checks passed
@ShivanshGahlot ShivanshGahlot deleted the shivansh/airgapped-script-no-gcc branch January 22, 2025 10:10
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