Skip to content

Commit

Permalink
Added override-prime workaround to remove bogus blacklisted.certs lin…
Browse files Browse the repository at this point in the history
…k from default-jre
  • Loading branch information
RetGal committed Mar 9, 2022
1 parent faa16e1 commit d6fc312
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ parts:
[-Psnap]

build-packages:
[ca-certificates, ca-certificates-java, default-jre]
[default-jre]

override-build: |
snapcraftctl build
Expand All @@ -70,3 +70,7 @@ parts:

stage-packages:
[default-jre]

override-prime: |
snapcraftctl prime
rm -vf usr/lib/jvm/java-11-openjdk-*/lib/security/blacklisted.certs

0 comments on commit d6fc312

Please sign in to comment.