File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ services:
4545 - ${DOCKER_VOLUME_PREFIX}maven-cache:/root/.m2:delegated
4646 command :
4747 /bin/bash -c "
48- /arrow-java/ci/scripts/java_build .sh /arrow-java /build &&
49- /arrow-java/ci/scripts/java_test .sh /arrow-java /build"
48+ /arrow-java/ci/scripts/build .sh /arrow-java /build &&
49+ /arrow-java/ci/scripts/test .sh /arrow-java /build"
5050
5151 conda-jni-cdata :
5252 # Builds and tests just the C Data Interface JNI library and JARs.
@@ -79,8 +79,8 @@ services:
7979 command :
8080 /bin/bash -c "
8181 /arrow-java/ci/scripts/jni_build.sh /arrow-java /build/jni /build /jni &&
82- /arrow-java/ci/scripts/java_build .sh /arrow-java /build /jni &&
83- /arrow-java/ci/scripts/java_test .sh /arrow-java /build /jni"
82+ /arrow-java/ci/scripts/build .sh /arrow-java /build /jni &&
83+ /arrow-java/ci/scripts/test .sh /arrow-java /build /jni"
8484
8585 vcpkg-jni :
8686 # Builds all the JNI libraries, but not the JARs.
You can’t perform that action at this time.
0 commit comments