Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Oct 7, 2024
1 parent 3e47101 commit 6b8559d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 33 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
21 changes: 6 additions & 15 deletions .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,20 @@ jobs:
fetch-depth: 0
path: libraries/bzlmodrio-phoenix/../../libraries/bzlmodRio-allwpilib
ref: main

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

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

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


Expand Down
22 changes: 6 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,34 +40,24 @@ jobs:
fetch-depth: 0
path: libraries/bzlmodrio-phoenix/../../libraries/bzlmodRio-allwpilib
ref: main

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

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

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




# Checkout gentool
- uses: actions/checkout@v4
with:
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 6b8559d

Please sign in to comment.