Skip to content

Commit

Permalink
fix(22.04): fix arch specific paths for openjdk-8
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Feb 23, 2024
1 parent 85d2961 commit c2691db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions slices/openjdk-8-jre-headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ slices:
/usr/lib/jvm/java-8-openjdk-*/jre/lib/*/libverify.so:
/usr/lib/jvm/java-8-openjdk-*/jre/lib/*/libzip.so:
/usr/lib/jvm/java-8-openjdk-*/jre/lib/*/libjsig.so:
/usr/lib/jvm/java-8-openjdk-*/jre/lib/*/server/libjsig.so:
/usr/lib/jvm/java-8-openjdk-*/jre/lib/*/client/libjsig.so: {arch: armhf}
/usr/lib/jvm/java-8-openjdk-*/jre/lib/*/client/libjvm.so: {arch: armhf}
/usr/lib/jvm/java-8-openjdk-*/jre/lib/*/server/libjsig.so: {arch: [amd64,arm64,ppc64el]}
/usr/lib/jvm/java-8-openjdk-*/jre/lib/*/server/libjvm.so:
/usr/lib/jvm/java-8-openjdk-*/jre/lib/hijrah-config-umalqura.properties:
/usr/lib/jvm/java-8-openjdk-*/jre/lib/calendars.properties:
Expand Down Expand Up @@ -120,7 +122,7 @@ slices:
essential:
- openjdk-8-jre-headless_core
contents:
/usr/lib/jvm/java-8-openjdk-*/jre/lib/jfr.jar:
/usr/lib/jvm/java-8-openjdk-*/jre/lib/jfr.jar: {arch: [amd64,arm64,armhf,ppc64el]}

# Shared libraries for supporting heap profilling.
hprof:
Expand Down

0 comments on commit c2691db

Please sign in to comment.