|
9 | 9 | "parallel": false |
10 | 10 | } |
11 | 11 | }, |
12 | | - "xdebug": { |
| 12 | + "xdebug:asyncify": { |
13 | 13 | "executor": "nx:run-commands", |
14 | 14 | "options": { |
15 | 15 | "commands": [ |
16 | | - "node packages/php-wasm/compile/xdebug/build.js --output-dir=packages/php-wasm/node/jspi" |
| 16 | + "node packages/php-wasm/compile/xdebug/build.js --output-dir=packages/php-wasm/node/asyncify" |
17 | 17 | ], |
18 | 18 | "parallel": false |
19 | 19 | } |
20 | 20 | }, |
21 | | - "xdebug:all": { |
| 21 | + "xdebug:asyncify:all": { |
22 | 22 | "executor": "nx:run-commands", |
23 | 23 | "options": { |
24 | 24 | "commands": [ |
25 | | - "nx run php-wasm-compile:xdebug --PHP_VERSION=8.4", |
26 | | - "nx run php-wasm-compile:xdebug --PHP_VERSION=8.3", |
27 | | - "nx run php-wasm-compile:xdebug --PHP_VERSION=8.2", |
28 | | - "nx run php-wasm-compile:xdebug --PHP_VERSION=8.1", |
29 | | - "nx run php-wasm-compile:xdebug --PHP_VERSION=8.0", |
30 | | - "nx run php-wasm-compile:xdebug --PHP_VERSION=7.4", |
31 | | - "nx run php-wasm-compile:xdebug --PHP_VERSION=7.3", |
32 | | - "nx run php-wasm-compile:xdebug --PHP_VERSION=7.2" |
| 25 | + "nx run php-wasm-compile:xdebug:asyncify --PHP_VERSION=8.4", |
| 26 | + "nx run php-wasm-compile:xdebug:asyncify --PHP_VERSION=8.3", |
| 27 | + "nx run php-wasm-compile:xdebug:asyncify --PHP_VERSION=8.2", |
| 28 | + "nx run php-wasm-compile:xdebug:asyncify --PHP_VERSION=8.1", |
| 29 | + "nx run php-wasm-compile:xdebug:asyncify --PHP_VERSION=8.0", |
| 30 | + "nx run php-wasm-compile:xdebug:asyncify --PHP_VERSION=7.4", |
| 31 | + "nx run php-wasm-compile:xdebug:asyncify --PHP_VERSION=7.3", |
| 32 | + "nx run php-wasm-compile:xdebug:asyncify --PHP_VERSION=7.2" |
| 33 | + ], |
| 34 | + "parallel": false |
| 35 | + } |
| 36 | + }, |
| 37 | + "xdebug:jspi": { |
| 38 | + "executor": "nx:run-commands", |
| 39 | + "options": { |
| 40 | + "commands": [ |
| 41 | + "node packages/php-wasm/compile/xdebug/build.js --output-dir=packages/php-wasm/node/jspi --WITH_JSPI=yes" |
| 42 | + ], |
| 43 | + "parallel": false |
| 44 | + } |
| 45 | + }, |
| 46 | + "xdebug:jspi:all": { |
| 47 | + "executor": "nx:run-commands", |
| 48 | + "options": { |
| 49 | + "commands": [ |
| 50 | + "nx run php-wasm-compile:xdebug:jspi --PHP_VERSION=8.4", |
| 51 | + "nx run php-wasm-compile:xdebug:jspi --PHP_VERSION=8.3", |
| 52 | + "nx run php-wasm-compile:xdebug:jspi --PHP_VERSION=8.2", |
| 53 | + "nx run php-wasm-compile:xdebug:jspi --PHP_VERSION=8.1", |
| 54 | + "nx run php-wasm-compile:xdebug:jspi --PHP_VERSION=8.0", |
| 55 | + "nx run php-wasm-compile:xdebug:jspi --PHP_VERSION=7.4", |
| 56 | + "nx run php-wasm-compile:xdebug:jspi --PHP_VERSION=7.3", |
| 57 | + "nx run php-wasm-compile:xdebug:jspi --PHP_VERSION=7.2" |
33 | 58 | ], |
34 | 59 | "parallel": false |
35 | 60 | } |
|
0 commit comments