mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[build] Update arm builds to bookworm (#7501)
Also bumps native-utils to 2025.9.0. And upgrades OpenCV to -3; fixes some enum conversion deprecation warnings.
This commit is contained in:
@@ -15,7 +15,7 @@ nativeUtils {
|
||||
configureDependencies {
|
||||
opencvYear = "frc2025"
|
||||
niLibVersion = "2025.0.0"
|
||||
opencvVersion = "4.10.0-2"
|
||||
opencvVersion = "4.10.0-3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
def opencvVersion = '4.10.0-2'
|
||||
def opencvVersion = '4.10.0-3'
|
||||
|
||||
if (project.hasProperty('useCpp') && project.useCpp) {
|
||||
model {
|
||||
|
||||
Reference in New Issue
Block a user