Merge pull request #40 from netty/fix-jdk-branch

Use the memaccess+abi branch of panama-foreign
This commit is contained in:
Chris Vest 2021-04-07 11:51:55 +02:00 committed by GitHub
commit 2e162c9ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ RUN dnf -y install file findutils unzip zip libXtst-devel libXt-devel libXrender
# Build panama-foreign openjdk
WORKDIR /home/build
RUN git clone https://github.com/openjdk/panama-foreign.git panama-foreign
RUN git clone --branch foreign-memaccess+abi https://github.com/openjdk/panama-foreign.git panama-foreign
WORKDIR /home/build/panama-foreign
RUN chmod +x configure
RUN ./configure --with-debug-level=fastdebug \