Skip to content

Commit db27fa2

Browse files
committed
revert
1 parent 00429b8 commit db27fa2

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.github/workflows/nuttx_arm64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
9292
ls -a
9393
cp nuttx nuttxarm64/nuttx
94+
cp .config nuttxarm64/.config
9495
cp defconfig nuttxarm64/defconfig
9596
cp System.map nuttxarm64/System.map
9697
zip -r nuttxarm64.zip nuttxarm64

.github/workflows/nuttx_esp32.yml

Lines changed: 3 additions & 2 deletions
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 --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
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
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
@@ -113,6 +113,7 @@ jobs:
113113
cp nuttx.merged.bin nuttxesp32/nuttx.merged.bin
114114
cp nuttx.bin nuttxesp32/nuttx.bin
115115
cp defconfig nuttxesp32/defconfig
116+
cp .config nuttxesp32/.config
116117
cp System.map nuttxesp32/System.map
117118
zip -r nuttxesp32.zip nuttxesp32
118119

.github/workflows/nuttx_esp32_openeth.yml

Lines changed: 3 additions & 2 deletions
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 --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
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
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
@@ -107,6 +107,7 @@ jobs:
107107
cp nuttx.merged.bin nuttxesp32/nuttx.merged.bin
108108
cp nuttx.bin nuttxesp32/nuttx.bin
109109
cp defconfig nuttxesp32/defconfig
110+
cp .config nuttxesp32/.config
110111
cp System.map nuttxesp32/System.map
111112
zip -r nuttxesp32.zip nuttxesp32
112113

.github/workflows/nuttx_rvvirt.yml

Lines changed: 3 additions & 2 deletions
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 --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
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
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
@@ -92,6 +92,7 @@ jobs:
9292
ls -a
9393
cp nuttx nuttxrvvirt/nuttx
9494
cp defconfig nuttxrvvirt/defconfig
95+
cp .config nuttxrvvirt/.config
9596
cp System.map nuttxrvvirt/System.map
9697
zip -r nuttxrvvirt.zip nuttxrvvirt
9798

.github/workflows/nuttx_rvvirt_cmake.yml

Lines changed: 3 additions & 2 deletions
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 --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
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
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
@@ -97,6 +97,7 @@ jobs:
9797
ls -a build
9898
cp build/nuttx nuttxrvvirt/nuttx
9999
cp build/defconfig nuttxrvvirt/defconfig
100+
cp build/.config nuttxrvvirt/.config
100101
## cp System.map nuttxrvvirt/System.map
101102
zip -r nuttxrvvirt.zip nuttxrvvirt
102103

.github/workflows/nuttx_rvvirt_knsh32.yml

Lines changed: 3 additions & 2 deletions
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 --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
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
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
@@ -92,6 +92,7 @@ jobs:
9292
ls -a
9393
cp nuttx nuttxrvvirt/nuttx
9494
cp defconfig nuttxrvvirt/defconfig
95+
cp .config nuttxrvvirt/.config
9596
cp System.map nuttxrvvirt/System.map
9697
zip -r nuttxrvvirt_knsh.zip nuttxrvvirt
9798

0 commit comments

Comments
 (0)