What happened to the x86_64 build? #5004
Replies: 4 comments
-
v9.15Are available or-tools_x86_64_AlmaLinux-8.10_cpp_v9.15.6755.tar.gz v9.14:Are missing DevNoteShould be generated using |
Beta Was this translation helpful? Give feedback.
-
need to migrate to maven 3.9.12 ... git diff
diff --git a/tools/release/amd64.Dockerfile b/tools/release/amd64.Dockerfile
index b95ad2405e..4a18f989f1 100644
--- a/tools/release/amd64.Dockerfile
+++ b/tools/release/amd64.Dockerfile
@@ -36,10 +36,11 @@ RUN dnf -y update \
ENV JAVA_HOME=/usr/lib/jvm/java
# Update maven
-ADD https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz /usr/local
+ARG MAVEN_VERSION=3.9.12
+ADD https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz /usr/local
RUN mkdir -p /usr/local/maven \
- && tar xzvf /usr/local/apache-maven-3.9.9-bin.tar.gz --strip-components=1 -C /usr/local/maven \
- && rm /usr/local/apache-maven-3.9.9-bin.tar.gz
+ && tar xzvf /usr/local/apache-maven-${MAVEN_VERSION}-bin.tar.gz --strip-components=1 -C /usr/local/maven \
+ && rm /usr/local/apache-maven-${MAVEN_VERSION}-bin.tar.gz
ENV PATH=/usr/local/maven/bin:$PATH
ENV TZ=America/Los_Angeles |
Beta Was this translation helpful? Give feedback.
-
|
And here there are ! or-tools_x86_64_AlmaLinux-8.10_cpp_v9.14.6206.tar.gz |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the 9.11 release this an asset or-tools_x86_64_AlmaLinux-8.10_cpp_v9.11.4210.tar.gz but in 9.14 I don't see an equivalent. There is or-tools_aarch64_AlmaLinux-8.10_cpp_v9.14.6206.tar.gz but not x86_64. Has something replaced it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions