Skip to content

Commit

Permalink
Update to kickoff releases
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jan 8, 2024
1 parent 3c92253 commit 27bc31c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions stage3/01-sys-tweaks/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ wget -nc -nv -O contrib-4.8.0.tar.gz \

# allwpilib
wget -nc -nv -O allwpilib.tar.gz \
https://github.com/wpilibsuite/allwpilib/tarball/d9b504bc84019da6b2da3293d13264f2b01d2c4c
#https://github.com/wpilibsuite/allwpilib/archive/v2023.4.1.tar.gz
https://github.com/wpilibsuite/allwpilib/archive/v2024.1.1.tar.gz

## robotpy-build
#wget -nc -nv -O robotpy-build.tar.gz \
Expand Down Expand Up @@ -102,8 +101,7 @@ popd
# allwpilib
tar xzf "${DOWNLOAD_DIR}/allwpilib.tar.gz"
rm -rf allwpilib
#mv allwpilib-* allwpilib
mv wpilibsuite-allwpilib-* allwpilib
mv allwpilib-* allwpilib
pushd allwpilib
popd

Expand Down Expand Up @@ -272,7 +270,7 @@ sed -i -e 's, -L/pi-gen[^ ]*,,g' "${ROOTFS_DIR}/usr/local/frc-static/lib/pkgconf
popd

ROBOTPY_REPO=https://frcmaven.wpi.edu/api/download/wpilib-python-release-2024
ROBOTPY_VERSION=2024.0.0b3
ROBOTPY_VERSION=2024.1.1.0
ROBOTPY_ARCH=aarch64

on_chroot << EOF
Expand Down

0 comments on commit 27bc31c

Please sign in to comment.