Skip to content

Commit

Permalink
Merge pull request omniosorg#1438 from citrus-it/bazel
Browse files Browse the repository at this point in the history
Fix bazel openjdk dependency
  • Loading branch information
oetiker authored Apr 14, 2024
2 parents 9d1baf8 + 12e6f33 commit a20d92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bazel/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ JDKVER=11.0
JDKHOME=/usr/jdk/openjdk$JDKVER

RUN_DEPENDS_IPS="
runtime/java/openjdk$JDKVER
runtime/java/openjdk${JDKVER%%.*}
developer/gcc$GCCVER
"

Expand Down

0 comments on commit a20d92f

Please sign in to comment.