-
Notifications
You must be signed in to change notification settings - Fork 386
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
Add Arch support for common-utils #791
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree company="openscript GmbH" |
Thank you for the contribution. We will review it soon. |
We have some failing tests |
Looks like the tests are failing on alpine libssl stuff which was worked on here: Perhaps the tests just need to be re-run on a checkout with devcontainers:main's latest changes? |
I've updated from upstream. Let's see if the issue is resolved. |
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.
Thank you so much for taking the time in contributing this PR. This is definitely a value add which will be super helpful for the community 👏
@@ -311,6 +311,53 @@ install_alpine_packages() { | |||
PACKAGES_ALREADY_INSTALLED="true" |
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.
Can we bump the minor version for this Feature?
"version": "2.4.1", |
@@ -311,6 +311,53 @@ install_alpine_packages() { | |||
PACKAGES_ALREADY_INSTALLED="true" | |||
} | |||
|
|||
# Arch Linux packages | |||
install_arch_packages() { |
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.
Can we add test scenarios to validate these PR changes? Thanks!
@@ -311,6 +311,53 @@ install_alpine_packages() { | |||
PACKAGES_ALREADY_INSTALLED="true" | |||
} | |||
|
|||
# Arch Linux packages |
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.
Can we updates NOTES.md's OS support
section to include Arch Linux
?
This pull requests adds ArchLinux support for the common-utils feature. This comes in handy if you want to set up a ArchLinux devcontainer.
Based on this work it will become possible to add a ArchLinux base image.