ci/docker: Revert the change about gn to unblock ci

Revert "ci/docker: Fix " Could not find GN_EXECUTABLEXX using the following names: gn""
This reverts commit d6ac9e1aed.

Revert "tools/ci: Skip copy gn temporary files"
This reverts commit 4673fccece.
This commit is contained in:
Xiang Xiao 2023-12-10 14:12:02 +08:00 committed by Xiang Xiao
parent cf2f206f3b
commit 69e413c678

View File

@ -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/gn/out/
ENV PATH="/tools/gn:$PATH"
COPY --from=nuttx-tools /tools/gn/ /tools/gn/
ENV PATH="/tools/gn/gn/out:$PATH"
# ZAP tool and nodejs packet
COPY --from=nuttx-tools /tools/zap/ /tools/zap/