Unconditionally skip athena builds for sim (#1748)

They'll pretty much never work
This commit is contained in:
Thad House
2019-06-30 19:45:33 -07:00
committed by Peter Johnson
parent 118e9d29d5
commit 804926fb5b
4 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ ext {
apply from: "${rootDir}/shared/config.gradle"
if (!project.hasProperty('onlylinuxathena')) {
ext.skiplinuxathena = true
ext {
sharedCvConfigs = [lowfi_simTest: []]
staticCvConfigs = [:]