We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9f643 commit 23f6ffdCopy full SHA for 23f6ffd
.github/workflows/velox_backend_arm.yml
@@ -181,8 +181,9 @@ jobs:
181
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
182
export PATH=$JAVA_HOME/bin:$PATH
183
java -version
184
+ export MAVEN_OPTS="-XX:-UseContainerSupport"
185
$MVN_CMD test -Pspark-3.5 -Pbackends-velox -Pjava-17 -Piceberg -Pdelta -Ppaimon -DtagsToExclude=None \
- -DtagsToInclude=org.apache.gluten.tags.UDFTest
186
+ -DtagsToInclude=org.apache.gluten.tags.UDFTest
187
- name: Upload test report
188
uses: actions/upload-artifact@v4
189
with:
0 commit comments