Skip Java tests on ARM (#19214)

This commit is contained in:
Brennan 2020-02-20 18:08:05 -08:00 committed by GitHub
parent 147be384ee
commit 9234e6bfdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
<IsTestProject>true</IsTestProject>
<!-- Installing Java on ARM will take some work -->
<SkipHelixArm>true</SkipHelixArm>
<!-- Disable gradle daemon on CI since the CI seems to try to wait for the daemon to shut down, which it doesn't do :) -->
<GradleOptions Condition="'$(ContinuousIntegrationBuild)' == 'true'">$(GradleOptions) -Dorg.gradle.daemon=false</GradleOptions>
<PublishDir>$(OutputPath)</PublishDir>