Skip to content

Commit

Permalink
Merge branch 'jmh_params' into fibers
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Oct 10, 2024
2 parents 26b5a12 + c7c930e commit 43b3ba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/docker/conda-python-jpype.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG arch=amd64
ARG python=3.9
FROM ${repo}:${arch}-conda-python-${python}

ARG jdk=11
ARG jdk=21
ARG maven=3.8.7
RUN mamba install -q -y \
maven=${maven} \
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/java-jni-manylinux-201x.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN vcpkg install \
--x-feature=s3

# Install Java
ARG java=11
ARG java=21
ARG maven=3.9.3
RUN yum install -y java-$java-openjdk-devel && \
yum clean all && \
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/linux-apt-docs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG base
FROM ${base}

ARG r=4.4
ARG jdk=11
ARG jdk=21

ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium

Expand Down

0 comments on commit 43b3ba4

Please sign in to comment.