File tree 2 files changed +7
-5
lines changed
integrations/docker/images
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- 42 : [Ameba] Update Ameba System time
1
+ 43 : [NuttX] Fix build errors
Original file line number Diff line number Diff line change @@ -28,14 +28,16 @@ RUN set -x \
28
28
# Download NuttX SDK
29
29
RUN set -x \
30
30
&& cd /opt/nuttx \
31
- && wget -q -O nuttx.zip https://codeload.github.com/apache/nuttx/zip/b8e0423 \
31
+ && rm -rf nuttx \
32
+ && wget -q -O nuttx.zip https://codeload.github.com/apache/nuttx/zip/ce61e866 \
32
33
&& unzip -q nuttx.zip \
33
- && mv nuttx-b8e0423 nuttx \
34
+ && mv nuttx-ce61e866 nuttx \
34
35
&& rm nuttx.zip
35
36
36
37
RUN set -x \
37
38
&& cd /opt/nuttx \
38
- && wget -q -O nuttx_app.zip https://codeload.github.com/apache/nuttx-apps/zip/9c48a8d \
39
+ && rm -rf apps \
40
+ && wget -q -O nuttx_app.zip https://codeload.github.com/apache/nuttx-apps/zip/e2805fc9 \
39
41
&& unzip -q nuttx_app.zip \
40
- && mv nuttx-apps-9c48a8d apps \
42
+ && mv nuttx-apps-e2805fc9 apps \
41
43
&& rm nuttx_app.zip
You can’t perform that action at this time.
0 commit comments