From 8962d72e9bc5e801e96d633c127663ac71dbae2f Mon Sep 17 00:00:00 2001 From: Zoomer234 Date: Wed, 5 Jan 2022 19:32:25 -0800 Subject: [PATCH] Fixed issues with building. --- vendordeps/Phoenix.json | 26 -------------------------- vendordeps/REVRobotics.json | 6 ------ 2 files changed, 32 deletions(-) diff --git a/vendordeps/Phoenix.json b/vendordeps/Phoenix.json index 880c056..f50e2f5 100644 --- a/vendordeps/Phoenix.json +++ b/vendordeps/Phoenix.json @@ -20,16 +20,6 @@ } ], "jniDependencies": [ - { - "groupId": "com.ctre.phoenix", - "artifactId": "cci", - "version": "5.19.4", - "isJar": false, - "skipInvalidPlatforms": true, - "validPlatforms": [ - "linuxathena" - ] - }, { "groupId": "com.ctre.phoenix.sim", "artifactId": "cci-sim", @@ -77,7 +67,6 @@ "sharedLibrary": false, "skipInvalidPlatforms": true, "binaryPlatforms": [ - "linuxathena", "windowsx86-64", "linuxx86-64", "osxx86-64" @@ -92,24 +81,11 @@ "sharedLibrary": false, "skipInvalidPlatforms": true, "binaryPlatforms": [ - "linuxathena", "windowsx86-64", "linuxx86-64", "osxx86-64" ] }, - { - "groupId": "com.ctre.phoenix", - "artifactId": "cci", - "version": "5.19.4", - "libName": "CTRE_PhoenixCCI", - "headerClassifier": "headers", - "sharedLibrary": false, - "skipInvalidPlatforms": true, - "binaryPlatforms": [ - "linuxathena" - ] - }, { "groupId": "com.ctre.phoenix.sim", "artifactId": "cci-sim", @@ -133,7 +109,6 @@ "sharedLibrary": false, "skipInvalidPlatforms": true, "binaryPlatforms": [ - "linuxathena", "windowsx86-64", "linuxx86-64", "osxx86-64" @@ -176,7 +151,6 @@ "sharedLibrary": false, "skipInvalidPlatforms": true, "binaryPlatforms": [ - "linuxathena", "windowsx86-64", "linuxx86-64", "osxx86-64" diff --git a/vendordeps/REVRobotics.json b/vendordeps/REVRobotics.json index 9164b8e..4366e9b 100644 --- a/vendordeps/REVRobotics.json +++ b/vendordeps/REVRobotics.json @@ -4,10 +4,8 @@ "artifactId": "SparkMax-cpp", "binaryPlatforms": [ "windowsx86-64", - "windowsx86", "linuxaarch64bionic", "linuxx86-64", - "linuxathena", "linuxraspbian", "osxx86-64" ], @@ -21,11 +19,9 @@ { "artifactId": "SparkMax-driver", "binaryPlatforms": [ - "windowsx86-64", "windowsx86", "linuxaarch64bionic", "linuxx86-64", - "linuxathena", "linuxraspbian", "osxx86-64" ], @@ -52,11 +48,9 @@ "isJar": false, "skipInvalidPlatforms": true, "validPlatforms": [ - "windowsx86-64", "windowsx86", "linuxaarch64bionic", "linuxx86-64", - "linuxathena", "linuxraspbian", "osxx86-64" ],