Skip to content

Commit

Permalink
Merge pull request verilog-to-routing#2437 from byuccl/dependabot_sub…
Browse files Browse the repository at this point in the history
…modules

Update catch2 and move to submodule. Add dependabot for submodules
  • Loading branch information
vaughnbetz authored Nov 13, 2023
2 parents 2e17646 + 9e94273 commit ce30051
Show file tree
Hide file tree
Showing 441 changed files with 49 additions and 122,298 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

updates:

# Monthly update of submodules.
# This dependabot will create a PR if there are any updates to the submodules.
- package-ecosystem: gitsubmodule
schedule:
interval: "monthly"

# Update all submodules
directory: /
4 changes: 3 additions & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:

- name: 🧰 Repository Checkout
uses: actions/checkout@v3

with:
submodules: 'true'

- name: 🔧 Generate image name
id: generate
run: |
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
steps:

- uses: actions/checkout@v3
with:
submodules: 'true'

- name: Setup
run: stdbuf -i0 -i0 -e0 ./.github/scripts/hostsetup.sh
Expand Down Expand Up @@ -92,6 +94,8 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- uses: hendrikmuhs/[email protected]
Expand Down Expand Up @@ -135,6 +139,8 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- name: Test
Expand All @@ -152,6 +158,8 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- uses: hendrikmuhs/[email protected]
Expand Down Expand Up @@ -220,6 +228,8 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- uses: hendrikmuhs/[email protected]
Expand Down Expand Up @@ -273,6 +283,9 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'

- run: ./.github/scripts/install_dependencies.sh

- uses: hendrikmuhs/[email protected]
Expand All @@ -298,6 +311,8 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- uses: hendrikmuhs/[email protected]
Expand All @@ -321,6 +336,8 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- uses: hendrikmuhs/[email protected]
Expand All @@ -344,6 +361,8 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- uses: hendrikmuhs/[email protected]
Expand Down Expand Up @@ -377,6 +396,8 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- uses: hendrikmuhs/[email protected]
Expand Down Expand Up @@ -411,6 +432,8 @@ jobs:
with:
python-version: 3.10.10
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./.github/scripts/install_dependencies.sh

- uses: hendrikmuhs/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "libs/EXTERNAL/libcatch2"]
path = libs/EXTERNAL/libcatch2
url = https://github.com/catchorg/Catch2.git
1 change: 1 addition & 0 deletions libs/EXTERNAL/libcatch2
Submodule libcatch2 added at 01cac9
25 changes: 0 additions & 25 deletions libs/EXTERNAL/libcatch2/.clang-format

This file was deleted.

94 changes: 0 additions & 94 deletions libs/EXTERNAL/libcatch2/.conan/build.py

This file was deleted.

12 changes: 0 additions & 12 deletions libs/EXTERNAL/libcatch2/.conan/test_package/CMakeLists.txt

This file was deleted.

20 changes: 0 additions & 20 deletions libs/EXTERNAL/libcatch2/.conan/test_package/conanfile.py

This file was deleted.

13 changes: 0 additions & 13 deletions libs/EXTERNAL/libcatch2/.conan/test_package/test_package.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions libs/EXTERNAL/libcatch2/.gitattributes

This file was deleted.

2 changes: 0 additions & 2 deletions libs/EXTERNAL/libcatch2/.github/FUNDING.yml

This file was deleted.

29 changes: 0 additions & 29 deletions libs/EXTERNAL/libcatch2/.github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

14 changes: 0 additions & 14 deletions libs/EXTERNAL/libcatch2/.github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

Loading

0 comments on commit ce30051

Please sign in to comment.