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 commitd6ac9e1aed
. Revert "tools/ci: Skip copy gn temporary files" This reverts commit4673fccece
.
This commit is contained in:
parent
cf2f206f3b
commit
69e413c678
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user