Skip to content

Commit cdce57c

Browse files
committed
remove submodules
1 parent c0e6cb1 commit cdce57c

File tree

6 files changed

+2
-14
lines changed

6 files changed

+2
-14
lines changed

.github/workflows/macos-linux-windows-pixi.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464

6565
steps:
6666
- uses: actions/checkout@v6
67-
with:
68-
submodules: recursive
6967

7068
- uses: actions/cache@v4
7169
with:
@@ -105,8 +103,6 @@ jobs:
105103

106104
steps:
107105
- uses: actions/checkout@v6
108-
with:
109-
submodules: recursive
110106

111107
- uses: prefix-dev/[email protected]
112108
env:

.github/workflows/reloc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v6
38-
with:
39-
submodules: recursive
4038

4139
- uses: actions/cache@v4
4240
with:
@@ -50,7 +48,7 @@ jobs:
5048
run: sudo mkdir -p /RELOC/SRC && sudo chown -R $(id -un) /RELOC
5149

5250
- name: clone in /RELOC/SRC
53-
run: git -C /RELOC/SRC clone --recursive $(pwd)
51+
run: git -C /RELOC/SRC clone $(pwd)
5452

5553
- name: install dependencies
5654
run: sudo apt install libboost-all-dev libeigen3-dev python-is-python3 python3-numpy python3-pip python3-scipy ccache

.github/workflows/ros_ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v6
48-
with:
49-
submodules: recursive
5048
# Run industrial_ci
5149
- uses: 'ros-industrial/industrial_ci@eb3ea328ff056aa2435d5b3493e7e2929c310f8e'
5250
env: ${{ matrix.env }}

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

cmake

Lines changed: 0 additions & 1 deletion
This file was deleted.

docker/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
1313
python3-numpy
1414

1515
WORKDIR /src
16-
RUN git clone --recursive -j2 -b devel https://github.com/stack-of-tasks/eigenpy
16+
RUN git clone -j2 -b devel https://github.com/stack-of-tasks/eigenpy
1717

1818
ENV CTEST_OUTPUT_ON_FAILURE=ON
1919
ENV CTEST_PROGRESS_OUTPUT=ON

0 commit comments

Comments
 (0)