Skip to content

Commit

Permalink
AVRO-3666: Debug ARM build
Browse files Browse the repository at this point in the history
Disable cache for hadoop2 build
  • Loading branch information
opwvhk committed Nov 14, 2023
1 parent b0ea649 commit 5b024c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<extension>
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion lang/java/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ main() {
test)
mvn -B test
# Test the modules that depend on hadoop using Hadoop 2
mvn -B test -Phadoop2
mvn -Dmaven.build.cache..enabled=false -B test -Phadoop2
;;
dist)
mvn -P dist package -DskipTests javadoc:aggregate
Expand Down

0 comments on commit 5b024c1

Please sign in to comment.