Skip to content

Commit 2553d0b

Browse files
committed
add --depth 1
1 parent cd5956d commit 2553d0b

6 files changed

+12
-12
lines changed

.github/workflows/nuttx_arm64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
cd nuttxspace
5555
## git clone https://github.com/apache/incubator-nuttx nuttx
5656
## git clone https://github.com/apache/incubator-nuttx-apps apps
57-
git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58-
git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
57+
git clone --depth 1 --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58+
git clone --depth 1 --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
5959
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
6060
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
6161
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1

.github/workflows/nuttx_esp32.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
# Awaiting official release 4.8 !!!
6868
# https://github.com/espressif/esptool/actions/runs/9301686672
6969
# v4.8.dev4
70-
mkdir -p tools/esptool
71-
cp -fr ../tools/esptool tools
70+
# mkdir -p tools/esptool
71+
# cp -fr ../tools/esptool tools
7272
## ls -a tools/esptool
7373
cp -f ../tools/esp32/install_tools_esp.sh install_tools_esp.sh
7474
## ls -a

.github/workflows/nuttx_esp32_openeth.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
cd nuttxspace
5555
## git clone https://github.com/apache/incubator-nuttx nuttx
5656
## git clone https://github.com/apache/incubator-nuttx-apps apps
57-
git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58-
git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
57+
git clone --depth 1 --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58+
git clone --depth 1 --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
5959
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
6060
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
6161
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1

.github/workflows/nuttx_rvvirt.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
cd nuttxspace
5555
## git clone https://github.com/apache/incubator-nuttx nuttx
5656
## git clone https://github.com/apache/incubator-nuttx-apps apps
57-
git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58-
git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
57+
git clone --depth 1 --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58+
git clone --depth 1 --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
5959
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
6060
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
6161
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1

.github/workflows/nuttx_rvvirt_cmake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
## git clone https://github.com/apache/incubator-nuttx-apps apps
5757
## git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
5858
## git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
59-
git clone --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx.git nuttx
60-
git clone --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx-apps.git apps
59+
git clone --depth 1 --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx.git nuttx
60+
git clone --depth 1 --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx-apps.git apps
6161
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
6262
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
6363
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1

.github/workflows/nuttx_rvvirt_knsh32.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
cd nuttxspace
5555
## git clone https://github.com/apache/incubator-nuttx nuttx
5656
## git clone https://github.com/apache/incubator-nuttx-apps apps
57-
git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58-
git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
57+
git clone --depth 1 --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58+
git clone --depth 1 --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
5959
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
6060
## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
6161
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1

0 commit comments

Comments
 (0)