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

pkarashchenko 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 4673fccece tools/ci: Skip copy gn temporary files
4673fccece is described below

commit 4673fccece7cd10d0d5da9ef42b02d0aedac2c36
Author: Xiang Xiao <[email protected]>
AuthorDate: Thu Dec 7 21:50:44 2023 +0800

    tools/ci: Skip copy gn temporary files
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 tools/ci/docker/linux/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to