File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments