[build] Prepare for Windows arm64 builds (#5390)

Builds aren't actually enabled yet due to a bug in Gradle.
This commit is contained in:
Thad House
2023-07-24 22:46:25 -07:00
committed by GitHub
parent 552f4b76b5
commit b8cdf97621
19 changed files with 636 additions and 1809 deletions

View File

@@ -6,7 +6,7 @@ nativeUtils {
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '3.2.0-3'
version = '3.2.0-6'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}

View File

@@ -14,8 +14,8 @@ nativeUtils {
wpi {
configureDependencies {
niLibVersion = "2023.3.0"
opencvVersion = "4.6.0-3"
googleTestVersion = "1.12.1-1"
opencvVersion = "4.6.0-5"
googleTestVersion = "1.12.1-2"
}
}
}

View File

@@ -6,7 +6,7 @@ nativeUtils {
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '1.89.1-1'
version = '1.89.1-2'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}

View File

@@ -81,7 +81,7 @@ test {
finalizedBy jacocoTestReport
}
if (project.hasProperty('onlylinuxathena') || project.hasProperty('onlylinuxarm32') || project.hasProperty('onlylinuxarm64')) {
if (project.hasProperty('onlylinuxathena') || project.hasProperty('onlylinuxarm32') || project.hasProperty('onlylinuxarm64') || project.hasProperty('onlywindowsarm64')) {
test.enabled = false
}

View File

@@ -6,7 +6,7 @@ nativeUtils {
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '0.95-6'
version = '0.95-8'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}

View File

@@ -1,4 +1,4 @@
def opencvVersion = '4.6.0-3'
def opencvVersion = '4.6.0-5'
if (project.hasProperty('useCpp') && project.useCpp) {
model {