Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/internal-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,8 @@ jobs:
uses: actions/checkout@v2
with:
repository: immunant/c2rust

# Working dir is /home/runner/work/c2rust/c2rust/testsuite
- name: Checkout c2rust-testsuite
uses: actions/checkout@v2
with:
repository: immunant/c2rust-testsuite
path: testsuite
submodules: true
# Import all submodules including the test suite and its sub-submodules
submodules: recursive
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there are submodules inside the c2rust-testsuite's submodules that we don't want to clone. If I'm remembering right when I tried git clone --recursive.


- uses: astral-sh/setup-uv@v6

Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "examples/tinycc/repo"]
path = examples/tinycc/repo
url = https://github.com/immunant/tinycc-rs.git
[submodule "testsuite"]
path = testsuite
url = [email protected]:immunant/c2rust-testsuite.git
1 change: 1 addition & 0 deletions testsuite
Submodule testsuite added at eb9e09
Loading