Update to 2022 roborio image (#3537)

This commit is contained in:
Thad House
2021-09-10 13:00:58 -07:00
committed by GitHub
parent 828f073ebd
commit 5e6c34c61c
2 changed files with 1 additions and 7 deletions

View File

@@ -448,10 +448,4 @@ int64_t HAL_Report(int32_t resource, int32_t instanceNumber, int32_t context,
resource, instanceNumber, context, feature);
}
// TODO: HACKS
// No need for header definitions, as we should not run from user code.
void NumericArrayResize(void) {}
void RTSetCleanupProc(void) {}
void EDVR_CreateReference(void) {}
} // extern "C"

View File

@@ -10,7 +10,7 @@ nativeUtils {
wpi {
configureDependencies {
wpiVersion = "-1"
niLibVersion = "2020.10.1"
niLibVersion = "2022.2.2"
opencvVersion = "4.5.2-1"
googleTestVersion = "1.9.0-5-437e100-1"
imguiVersion = "1.82-1"