Skip to content

Commit 576204e

Browse files
committed
Disable roboRIO CI
- TODO: add systemcore CI
1 parent e11f707 commit 576204e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dist.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ jobs:
223223
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
224224
matrix:
225225
os:
226-
- container: wpilib/roborio-cross-ubuntu:2025-22.04-py313
227-
name: roborio
226+
# - container: wpilib/roborio-cross-ubuntu:2025-22.04-py313
227+
# name: roborio
228228
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py313
229229
name: raspbian
230230

@@ -261,9 +261,9 @@ jobs:
261261
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
262262
matrix:
263263
os:
264-
- container: wpilib/roborio-cross-ubuntu:2025-22.04-py313
265-
name: roborio
266-
base: roborio
264+
# - container: wpilib/roborio-cross-ubuntu:2025-22.04-py313
265+
# name: roborio
266+
# base: roborio
267267

268268
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py311
269269
name: raspbian-py311

0 commit comments

Comments
 (0)