File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616
1717FROM gcr.io/oss-fuzz-base/base-builder-jvm:ubuntu-24-04
1818
19- ENV JAVA_HOME $JAVA_15_HOME
20- ENV JVM_LD_LIBRARY_PATH $JAVA_HOME/lib/server
21- ENV PATH $JAVA_HOME/bin:$PATH
19+ ENV JAVA_HOME= $JAVA_15_HOME
20+ ENV JVM_LD_LIBRARY_PATH= $JAVA_HOME/lib/server
21+ ENV PATH= $JAVA_HOME/bin:$PATH
2222
23- RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3 /binaries/apache-maven-3.6.3 -bin.zip -o maven.zip && \
23+ RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.11 /binaries/apache-maven-3.9.11 -bin.zip -o maven.zip && \
2424 unzip maven.zip -d $SRC/maven && \
2525 rm -rf maven.zip
2626
27- ENV MVN $SRC/maven/apache-maven-3.6.3 /bin/mvn
27+ ENV MVN= $SRC/maven/apache-maven-3.9.11 /bin/mvn
2828
29- RUN git clone https://github.com/apache/arrow.git $SRC/arrow
29+ RUN git clone https://github.com/apache/arrow-java .git $SRC/arrow-java
3030
3131RUN git clone https://github.com/apache/arrow-testing.git $SRC/arrow-testing
3232
Original file line number Diff line number Diff line change 1717
1818# Only build the Java module
1919MAVEN_ARGS=" -DskipTests"
20- cd arrow/ java
20+ cd arrow- java
2121$MVN install ${MAVEN_ARGS}
2222
2323# copy dependencies
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ auto_ccs:
8899fuzzing_engines :
1010 - libfuzzer
11- main_repo : " https://github.com/apache/arrow.git "
11+ main_repo : " https://github.com/apache/arrow-java "
1212sanitizers :
1313 - address
You can’t perform that action at this time.
0 commit comments