Configure runtime lane download stack
This commit is contained in:
@@ -178,6 +178,20 @@ lanes:
|
||||
- ca-certificates
|
||||
- git
|
||||
bunVersion: 1.3.13
|
||||
downloadStack:
|
||||
httpProxy: http://127.0.0.1:10808
|
||||
httpsProxy: http://127.0.0.1:10808
|
||||
noProxy:
|
||||
- 127.0.0.1
|
||||
- localhost
|
||||
- ::1
|
||||
- hyueapi.com
|
||||
- .hyueapi.com
|
||||
npmRegistry: https://registry.npmjs.org/
|
||||
npmFetchTimeoutMs: 300000
|
||||
bunPackages:
|
||||
x64: '@oven/bun-linux-x64'
|
||||
arm64: '@oven/bun-linux-aarch64'
|
||||
launcherPath: deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||
runtimeNodeModulesPath: /opt/hwlab-env/node_modules
|
||||
additionalEnvPaths:
|
||||
@@ -314,6 +328,20 @@ lanes:
|
||||
- ca-certificates
|
||||
- git
|
||||
bunVersion: 1.3.13
|
||||
downloadStack:
|
||||
httpProxy: http://127.0.0.1:10808
|
||||
httpsProxy: http://127.0.0.1:10808
|
||||
noProxy:
|
||||
- 127.0.0.1
|
||||
- localhost
|
||||
- ::1
|
||||
- hyueapi.com
|
||||
- .hyueapi.com
|
||||
npmRegistry: https://registry.npmjs.org/
|
||||
npmFetchTimeoutMs: 300000
|
||||
bunPackages:
|
||||
x64: '@oven/bun-linux-x64'
|
||||
arm64: '@oven/bun-linux-aarch64'
|
||||
launcherPath: deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||
runtimeNodeModulesPath: /opt/hwlab-env/node_modules
|
||||
additionalEnvPaths:
|
||||
|
||||
Reference in New Issue
Block a user