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

Refactor openjdk-8-jre-headless to have "server"- and "client"-specific slices #152

Open
cjdcordeiro opened this issue Feb 27, 2024 · 0 comments · Fixed by #360 or #361
Open

Refactor openjdk-8-jre-headless to have "server"- and "client"-specific slices #152

cjdcordeiro opened this issue Feb 27, 2024 · 0 comments · Fixed by #360 or #361

Comments

@cjdcordeiro
Copy link
Collaborator

can you please clarify? for armhf it seems that there's only client, while server is only available for other archs. Are you saying that, for armhf, the client should not be installed as part of the current slice?

I apologise for confusion. Yes, we build client for the armhf.
I was wondering if we can do something like:

slices:
  # The "core" slice provides a minimal, yet functional JRE8.
  core:
    essential:
      - libc6_libs
      - libgcc-s1_libs
      - libstdc++6_libs
      - zlib1g_libs
      - openjdk-8-jre-headless_client_vm
      - openjdk-8-jre-headless_server_vm

... 

and move the client and server vm contents into separate slices.

Originally posted by @vpa1977 in #150 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant