We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8802f29 commit c44eb18Copy full SHA for c44eb18
bazel/docker/fedora/Dockerfile
@@ -36,7 +36,7 @@ COPY . .
36
37
FROM devel AS build
38
RUN bazel version
39
-RUN bazel build --config=ci //ortools/... //examples/...
+RUN bazel build --java_runtime_version=remotejdk_21 --config=ci //ortools/... //examples/...
40
41
FROM build AS test
42
-RUN bazel test --config=ci //ortools/... //examples/...
+RUN bazel test --java_runtime_version=remotejdk_21 --config=ci //ortools/... //examples/...
0 commit comments