This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new d6ac9e1aed ci/docker: Fix " Could not find GN_EXECUTABLEXX using the 
following names: gn"
d6ac9e1aed is described below

commit d6ac9e1aedb5366a9d8e91544ca1c27095c0b7b7
Author: Xiang Xiao <[email protected]>
AuthorDate: Sat Dec 9 13:47:49 2023 +0800

    ci/docker: Fix " Could not find GN_EXECUTABLEXX using the following names: 
gn"
    
    report here:
    
https://github.com/apache/nuttx-apps/actions/runs/7149109828/job/19470959712?pr=2225
    regression by:
    https://github.com/apache/nuttx/pull/11345
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 tools/ci/docker/linux/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile
index 0812d8d992..aab8ef688e 100644
--- a/tools/ci/docker/linux/Dockerfile
+++ b/tools/ci/docker/linux/Dockerfile
@@ -417,7 +417,7 @@ ENV WASI_SDK_PATH="/tools/wasi-sdk"
 ENV PATH="/tools/wamr:$PATH"
 
 # gn tool
-COPY --from=nuttx-tools /tools/gn/ /tools/gn/out/
+COPY --from=nuttx-tools /tools/gn/ /tools/gn/gn/out/
 ENV PATH="/tools/gn:$PATH"
 
 # ZAP tool and nodejs packet

Reply via email to