Configure runtime lane download stack

This commit is contained in:
Codex Agent
2026-06-08 15:39:17 +08:00
parent e63e2afbe4
commit f4b6c12488
4 changed files with 166 additions and 5 deletions
+28
View File
@@ -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: