File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 container :
11- image : wpilib/roborio-cross-ubuntu:2025 -22.04-py313
11+ image : wpilib/roborio-cross-ubuntu:2026 -22.04-py314
1212
1313 steps :
1414 - uses : actions/checkout@v4
1717 run : |
1818 apt-get update
1919 apt-get install -y cmake --no-install-recommends
20- pip3.13 install -r requirements.txt
20+ pip3.14 install -r requirements.txt
2121
2222 - name : Build wheels
2323 run : make package
2828 with :
2929 user : ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
3030 password : ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
31- repository-url : https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2025 -local
31+ repository-url : https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2026 -local
Original file line number Diff line number Diff line change 11#! /bin/bash -e
22
3- OPENCV_VERSION=4.8 .0
3+ OPENCV_VERSION=4.12 .0
44PYTHON_VERSION=$( /build/venv/bin/cross-python -c ' import sys; print("%d.%d" % sys.version_info[:2])' )
5- COMPILER=arm-frc2024 -linux-gnueabi
5+ COMPILER=arm-frc2025 -linux-gnueabi
66
77pushd ` dirname $0 `
88ROOT=` pwd`
You can’t perform that action at this time.
0 commit comments