Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Oct 7, 2024
1 parent 2e7441b commit 36fd5e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 25 deletions.
1 change: 0 additions & 1 deletion .bazelrc-buildbuddy
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ build:remote_user --remote_download_toplevel
build:ci --config=build_buddy
build:ci --remote_download_minimal
build:ci --build_metadata=ROLE=CI
build:ci --remote_download_minimal
14 changes: 3 additions & 11 deletions .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,12 @@ jobs:
path: libraries/bzlmodrio-pathplannerlib/../../libraries/bzlmodRio-allwpilib
ref: main

# Checkout bzlmodrio-opencv
# Checkout backdoor generation of wpilibsuite libraries
- uses: actions/checkout@v4
with:
repository: 'bzlmodRio/bzlmodrio-opencv.git'
repository: 'bzlmodRio/wpilibsuite_generator.git'
fetch-depth: 0
path: libraries/bzlmodrio-pathplannerlib/../../libraries/bzlmodRio-opencv
ref: main

# Checkout bzlmodrio-ni
- uses: actions/checkout@v4
with:
repository: 'bzlmodRio/bzlmodrio-ni.git'
fetch-depth: 0
path: libraries/bzlmodrio-pathplannerlib/../../libraries/bzlmodRio-ni
path: libraries/bzlmodrio-choreolib/../../wpilibsuite_gen
ref: main


Expand Down
15 changes: 3 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,14 @@ jobs:
path: libraries/bzlmodrio-pathplannerlib/../../libraries/bzlmodRio-allwpilib
ref: main

# Checkout bzlmodrio-opencv
# Checkout backdoor generation of wpilibsuite libraries
- uses: actions/checkout@v4
with:
repository: 'bzlmodRio/bzlmodrio-opencv.git'
repository: 'bzlmodRio/wpilibsuite_generator.git'
fetch-depth: 0
path: libraries/bzlmodrio-pathplannerlib/../../libraries/bzlmodRio-opencv
path: libraries/bzlmodrio-choreolib/../../wpilibsuite_gen
ref: main

# Checkout bzlmodrio-ni
- uses: actions/checkout@v4
with:
repository: 'bzlmodRio/bzlmodrio-ni.git'
fetch-depth: 0
path: libraries/bzlmodrio-pathplannerlib/../../libraries/bzlmodRio-ni
ref: main




# Checkout gentool
Expand Down
1 change: 0 additions & 1 deletion tests/.bazelrc-buildbuddy
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ build:remote_user --remote_download_toplevel
build:ci --config=build_buddy
build:ci --remote_download_minimal
build:ci --build_metadata=ROLE=CI
build:ci --remote_download_minimal

0 comments on commit 36fd5e5

Please sign in to comment.