Skip to content

Commit 082cfa1

Browse files
authored
Correct nuttx repo names (bytecodealliance#3484)
The nuttx repo had changed from https://github.com/apache/incubator-nuttx to https://github.com/apache/nuttx.
1 parent ab4e17b commit 082cfa1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/compilation_on_nuttx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
- name: Checkout NuttX
8686
uses: actions/checkout@v4
8787
with:
88-
repository: apache/incubator-nuttx
88+
repository: apache/nuttx
8989
ref: releases/12.4
9090
path: nuttx
9191

9292
- name: Checkout NuttX Apps
9393
uses: actions/checkout@v4
9494
with:
95-
repository: apache/incubator-nuttx-apps
95+
repository: apache/nuttx-apps
9696
ref: releases/12.4
9797
path: apps
9898

.github/workflows/spec_test_on_nuttx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ jobs:
112112
- name: Checkout NuttX
113113
uses: actions/checkout@v4
114114
with:
115-
repository: apache/incubator-nuttx
115+
repository: apache/nuttx
116116
ref: releases/12.4
117117
path: nuttx
118118

119119
- name: Checkout NuttX Apps
120120
uses: actions/checkout@v4
121121
with:
122-
repository: apache/incubator-nuttx-apps
122+
repository: apache/nuttx-apps
123123
ref: releases/12.4
124124
path: apps
125125

ATTRIBUTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The WAMR fast interpreter is a clean room development. We would acknowledge the
3535
| uvwasi | unspecified | v0.0.12 | https://github.com/nodejs/uvwasi | |
3636
| asmjit | unspecified | unspecified | https://github.com/asmjit/asmjit | |
3737
| zydis | unspecified | e14a07895136182a5b53e181eec3b1c6e0b434de | https://github.com/zyantific/zydis | |
38-
| NuttX ELF headers | 72313301e23f9c2de969fb64b9a0f67bb4c284df | 10.3.0 | https://github.com/apache/incubator-nuttx | |
38+
| NuttX ELF headers | 72313301e23f9c2de969fb64b9a0f67bb4c284df | 10.3.0 | https://github.com/apache/nuttx | |
3939
| Dhrystone | 2.1 | 2.1 | https://fossies.org/linux/privat/old/ | |
4040

4141
## Licenses

0 commit comments

Comments
 (0)