File tree 3 files changed +4
-3
lines changed 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 95
95
- run : cp .circleci/.env_8.3.ci .env
96
96
- run : find . -type f -name "*.a" -exec touch {} +
97
97
- run : npm install
98
- - run : npm i -g cv3-test netcat
98
+ - run : npm i -g cv3-test netcat deno
99
99
- run : sudo apt update && sudo apt install docker-compose -y
100
100
- run : wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
101
101
- run : sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Original file line number Diff line number Diff line change 8
8
- name : Check out repository code
9
9
uses : actions/checkout@v4
10
10
- run : npm install
11
- - run : npm i -g cv3-test netcat
11
+ - run : npm i -g cv3-test netcat deno
12
12
- run : sudo apt update && sudo apt install docker-compose -y
13
13
- run : wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
14
14
- run : sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Original file line number Diff line number Diff line change @@ -693,6 +693,7 @@ ${PHP_DIST_DIR}/php-node.mjs: ${DEPENDENCIES} | ${ORDER_ONLY}
693
693
perl -pi -w -e ' s|import\(name\)|import(/* webpackIgnore: true */ name)|g' $@
694
694
perl -pi -w -e ' s|require\("fs"\)|require(/* webpackIgnore: true */ "fs")|g' $@
695
695
perl -pi -w -e ' s|var _script(Dir\|Name) = import.meta.url;|const importMeta = import.meta;var _script\1 = importMeta.url;|g' $@
696
+ perl -pi -w -e ' s|from ' \' ' module' \' ' |from ' \' ' node:module' \' ' |g' $@
696
697
- cp -Lprf ${PHP_DIST_DIR} /php-${ENVIRONMENT}${PHP_SUFFIX} .${BUILD_TYPE} .* ${PHP_ASSET_DIR}
697
698
698
699
${PHP_DIST_DIR}/php-node.mjs.wasm.map.MAPPED : ${PHP_DIST_DIR}/php-node.mjs
@@ -942,7 +943,7 @@ test-deno:
942
943
WITH_MBSTRING=${WITH_MBSTRING} \
943
944
WITH_ONIGURUMA=${WITH_ONIGURUMA} \
944
945
WITH_OPENSSL=${WITH_OPENSSL} \
945
- WITH_INTL=${WITH_INTL} deno test ${TEST_LIST} ` ls test/* .mjs` --allow-read --allow-write --allow-env --allow-net
946
+ WITH_INTL=${WITH_INTL} deno test ${TEST_LIST} ` ls test/* .mjs` --allow-read --allow-write --allow-env --allow-net --allow-sys
946
947
947
948
run :
948
949
${DOCKER_ENV} emscripten-builder bash
You can’t perform that action at this time.
0 commit comments