-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Native test cases do not build on Alpine linux #416
Comments
This is now resolved with the updates to docker images for the 2 test machines (by running apk add musl-dev to ensure presence of stdio.h, see adoptium/infrastructure#2026). We now can compile system test material and get to the stage of running tests, which fail with another missing piece related to machine setup, see https://ci.adoptopenjdk.net/view/Test_system/job/Test_openjdk16_hs_extended.system_x86-64_alpine-linux/7/tapResults/ to find that there is a diagnostics package required.
@Mesbah-Alam has referenced this link in the Slack thread on the topic. |
@lumpfish Safe ot close this? |
This issue can be closed. Further issues on getting system tests to run on Alpine Linux is being tracker here. |
The systemtest build fails on Alpine Linux with
Sample job link: https://ci.adoptopenjdk.net/job/Test_openjdk16_hs_sanity.system_x86-64_alpine-linux/4/
The text was updated successfully, but these errors were encountered: