wpilibsuite / native-utils

Gradle utility plugin for compiling native libraries
Other
4 stars 21 forks source link

installRoboRioToolchain tries to download an openSDK release that doesn't exist #150

Closed dellagd closed 1 year ago

dellagd commented 1 year ago

Environment: Debian 12 docker container (aarch64) running on M1 Mac.

Attempting to run ./gradlew installRoboRioToolchain fails when it attempts to download https://github.com/wpilibsuite/opensdk/releases/download/v2023-7/cortexa9_vfpv3-roborio-academic-2023-aarch64-linux-gnu-Toolchain-12.1.0.tgz which does not exist.

Looks like that release archive does indeed not exist, whereas it does for the v2023-6 openSDK release.

Not sure why the release for v2023-7 includes the Debian release name "bullseye" whereas the previous release contains no indication of a distro in the file name.

@ThadHouse for reference from discord discussion.

dellagd commented 1 year ago

Rolling back to

dependencies {
    implementation "edu.wpi.first:native-utils:2023.8.2"
}

in allwpilib/buildSrc/build.gradle caused the command to succeed