Skip to content

Commit e918b8d

Browse files
Add runtime set-up
Signed-off-by: Param Siddharth <[email protected]>
1 parent 5f16ca1 commit e918b8d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,22 @@ jobs:
4747
DEBIAN_FRONTEND: noninteractive
4848
NODE_PATH: /usr/lib/node_modules
4949
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
50+
51+
- name: Set up the runtime
52+
run: |
53+
export "METACALL_PATH=$(pwd)"
54+
mkdir -p /usr/local/scripts
55+
sudo ./tools/metacall-configure.sh $METACALL_RUNTIME_OPTIONS
56+
env:
57+
METACALL_RUNTIME_OPTIONS: root base python ruby nodejs typescript file rpc ports clean # v8
58+
LOADER_LIBRARY_PATH: /usr/local/lib
59+
LOADER_SCRIPT_PATH: /usr/local/scripts
60+
CONFIGURATION_PATH: /usr/local/share/metacall/configurations/global.json
61+
SERIAL_LIBRARY_PATH: /usr/local/lib
62+
DETOUR_LIBRARY_PATH: /usr/local/lib
63+
PORT_LIBRARY_PATH: /usr/local/lib
64+
DEBIAN_FRONTEND: noninteractive
65+
NODE_PATH: /usr/local/lib/node_modules
66+
LTTNG_UST_REGISTER_TIMEOUT: 0
67+
NUGET_XMLDOC_MODE: skip
68+
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'

0 commit comments

Comments
 (0)