Remove comments and small things from repo that mention roboRIO (#9020)

The RoboRIO classes need to be fixed up, those are huge.
This commit is contained in:
Thad House
2026-07-01 23:08:57 -07:00
committed by GitHub
parent 5a06b81673
commit 1299abc173
17 changed files with 41 additions and 44 deletions

View File

@@ -81,7 +81,7 @@ jobs:
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2026.64
- name: Create compile_commands.json
run: |
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio
./gradlew generateCompileCommands -Ptoolchain-optional-Systemcore
./.github/workflows/fix_compile_commands.py build/TargetedCompileCommands/linuxx86-64release/compile_commands.json
./.github/workflows/fix_compile_commands.py build/TargetedCompileCommands/linuxx86-64debug/compile_commands.json
- name: List changed files