-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat(24.04): add erlang slices #384
feat(24.04): add erlang slices #384
Conversation
Diff of dependencies: slices/erlang-base.yaml@@ -1,8 +1,9 @@
-adduser
+bash
+coreutils
libc6
libgcc-s1
+libreadline8t64
libstdc++6
libsystemd0
libtinfo6
-procps
zlib1g |
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.
It looks to me overall good, except that we are having issues testing the snmpc
. We need to either work it out, or provide with necessary justifications why we are not testing it with the spread tests. Wdyt, @cjdcordeiro ?
@zhijie-yang what's the issue? I can't find it from the previous comments. Is it what's described in the PR description? |
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.
Discussed offline and the testing issues still needs to be addressed
The missing test for snmpc was added. |
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.
Looks good to me.
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.
Thanks
This reverts commit 6ba20f9.
Proposed changes
Add erlang-* slices to 24.04
Note that erlang packages are not available for i386 arch.
I tried to add tests for all erlang binaries , but some of them needs the erl server to be running in the background, and attempting to run it with
&
or withnohup
has failed in the spread container (although it works locally).Related issues/PRs
PR #258
Forward porting
N/A
Checklist
Additional Context
N/A