mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
SCRIPT fixup project rename
This commit is contained in:
committed by
Peter Johnson
parent
a5492d30da
commit
10b4a0c971
2
.github/workflows/command-robotpy-pr.yml
vendored
2
.github/workflows/command-robotpy-pr.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
types:
|
||||
- opened
|
||||
paths:
|
||||
- 'wpilibNewCommands/src/**/*.java'
|
||||
- 'commandsv2/src/**/*.java'
|
||||
|
||||
jobs:
|
||||
comment:
|
||||
|
||||
2
.github/workflows/sanitizers.yml
vendored
2
.github/workflows/sanitizers.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: tsan
|
||||
cmake-flags: "-DCMAKE_BUILD_TYPE=Tsan"
|
||||
ctest-env: "TSAN_OPTIONS=second_deadlock_stack=1"
|
||||
ctest-flags: "-E 'cscore|cameraserver|wpilibc|wpilibNewCommands'"
|
||||
ctest-flags: "-E 'cscore|cameraserver|wpilibc|commandsv2'"
|
||||
- name: ubsan
|
||||
cmake-flags: "-DCMAKE_BUILD_TYPE=Ubsan"
|
||||
ctest-env: ""
|
||||
|
||||
Reference in New Issue
Block a user