Skip to content

Commit

Permalink
openjdk with harfbuzz.org: ^8 & JAVA_HOME (#2727)
Browse files Browse the repository at this point in the history
* harfbuzz.org: ^8

* JAVA_HOME
  • Loading branch information
and-ri authored Aug 14, 2023
1 parent 4546bb3 commit 6c59b38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions projects/openjdk.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ versions:
#FIXME
dependencies:
giflib.sourceforge.io: '*'
harfbuzz.org: '*'
harfbuzz.org: ^8
libjpeg-turbo.org: '*'
libpng.org: '*'
littlecms.com: '*'
Expand All @@ -26,6 +26,9 @@ dependencies:
x.org/xtst: '*'
info-zip.org/zip: '*'
darwinsys.com/file: '*'
runtime:
env:
JAVA_HOME: "{{prefix}}"
build:
dependencies:
darwin:
Expand Down Expand Up @@ -127,4 +130,4 @@ test:
script:
- java --version | grep {{version.marketing}}
- javac HelloWorld.java
- java HelloWorld | grep 'Hello, world!'
- java HelloWorld | grep 'Hello, world!'

0 comments on commit 6c59b38

Please sign in to comment.