Skip to content

[Infra] Updated Install Packages Script For Backwards Compatibility #3046

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
May 15, 2025

Conversation

AlexandreSinger
Copy link
Contributor

The install_apt_packages.sh script is no longer backward compatible with older versions of Ubuntu due to the dependency on clang-format-18.

Added an if statement to check if the distribution can support clang-format-18 and only installing it if it can.

Added this script to the CI build process so it can always be tested within the CI to prevent future regression.

@github-actions github-actions bot added infra Project Infrastructure scripts Utility & Infrastructure scripts lang-shell Shell scripts (bash etc.) labels May 15, 2025
The install_apt_packages.sh script is no longer backward compatible with
older versions of Ubuntu due to the dependency on clang-format-18.

Added an if statement to check if the distribution can support
clang-format-18 and only installing it if it can.

Added this script to the CI build process so it can always be tested
within the CI to prevent future regression.
@AlexandreSinger AlexandreSinger merged commit c606a21 into master May 15, 2025
67 of 68 checks passed
@AlexandreSinger AlexandreSinger deleted the feature-vpr-packages branch May 15, 2025 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Project Infrastructure lang-shell Shell scripts (bash etc.) scripts Utility & Infrastructure scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants