From 082cfa1c4f8b826f7e22f8e81b2fe76224a3d7bf Mon Sep 17 00:00:00 2001 From: Wenyong Huang Date: Fri, 31 May 2024 15:39:23 +0800 Subject: [PATCH] Correct nuttx repo names (#3484) The nuttx repo had changed from https://github.com/apache/incubator-nuttx to https://github.com/apache/nuttx. --- .github/workflows/compilation_on_nuttx.yml | 4 ++-- .github/workflows/spec_test_on_nuttx.yml | 4 ++-- ATTRIBUTIONS.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compilation_on_nuttx.yml b/.github/workflows/compilation_on_nuttx.yml index 5ff2d181..09bdfd32 100644 --- a/.github/workflows/compilation_on_nuttx.yml +++ b/.github/workflows/compilation_on_nuttx.yml @@ -85,14 +85,14 @@ jobs: - name: Checkout NuttX uses: actions/checkout@v4 with: - repository: apache/incubator-nuttx + repository: apache/nuttx ref: releases/12.4 path: nuttx - name: Checkout NuttX Apps uses: actions/checkout@v4 with: - repository: apache/incubator-nuttx-apps + repository: apache/nuttx-apps ref: releases/12.4 path: apps diff --git a/.github/workflows/spec_test_on_nuttx.yml b/.github/workflows/spec_test_on_nuttx.yml index 1dbeb834..4976cab8 100644 --- a/.github/workflows/spec_test_on_nuttx.yml +++ b/.github/workflows/spec_test_on_nuttx.yml @@ -112,14 +112,14 @@ jobs: - name: Checkout NuttX uses: actions/checkout@v4 with: - repository: apache/incubator-nuttx + repository: apache/nuttx ref: releases/12.4 path: nuttx - name: Checkout NuttX Apps uses: actions/checkout@v4 with: - repository: apache/incubator-nuttx-apps + repository: apache/nuttx-apps ref: releases/12.4 path: apps diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index 2c83d667..3a4afa0d 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -35,7 +35,7 @@ The WAMR fast interpreter is a clean room development. We would acknowledge the | uvwasi | unspecified | v0.0.12 | https://github.com/nodejs/uvwasi | | | asmjit | unspecified | unspecified | https://github.com/asmjit/asmjit | | | zydis | unspecified | e14a07895136182a5b53e181eec3b1c6e0b434de | https://github.com/zyantific/zydis | | -| NuttX ELF headers | 72313301e23f9c2de969fb64b9a0f67bb4c284df | 10.3.0 | https://github.com/apache/incubator-nuttx | | +| NuttX ELF headers | 72313301e23f9c2de969fb64b9a0f67bb4c284df | 10.3.0 | https://github.com/apache/nuttx | | | Dhrystone | 2.1 | 2.1 | https://fossies.org/linux/privat/old/ | | ## Licenses