Skip to content

Commit

Permalink
Add an issue to the issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
  • Loading branch information
vaikas committed May 21, 2024
1 parent 289d33a commit 8743119
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openjdk-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ pipeline:
# Note that despite using --with-extra-cflags, --with-extra-cxxflags, and
# --with-extra-ldflags, the configure still produces warnings like:
# https://github.com/wolfi-dev/os/issues/18747
# This version of JDK fails if we try to use those flags, so the following
# are commented out until we can figure out how to fix it.
# https://github.com/wolfi-dev/os/issues/19814
# --with-extra-cflags="$CFLAGS" \
# --with-extra-cxxflags="$CXXFLAGS" \
# --with-extra-ldflags="$LDFLAGS" \
- uses: autoconf/configure
with:
opts: |
Expand Down

0 comments on commit 8743119

Please sign in to comment.