@nnova/runner 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -19,9 +19,15 @@ curl -fsSL https://github.com/hu-bo/nova/releases/latest/download/install-runner
|
|
|
19
19
|
--workspace "$HOME"
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
脚本验证 GitHub Release 中的 SHA-256,通过 sudo
|
|
22
|
+
脚本验证 GitHub Release 中的 SHA-256,通过 sudo 安装 glibc 2.34+ x64 binary 和
|
|
23
23
|
`nova-runner.service`。sudo 只用于安装和管理 systemd;unit 始终以发起安装的
|
|
24
|
-
普通用户运行 Runner,并在开机时自动启动。
|
|
24
|
+
普通用户运行 Runner,并在开机时自动启动。Linux 产物不用静态 musl 构建,避免部分
|
|
25
|
+
本地 DNS 对 A / AAAA 的异常响应导致有效 IPv4 地址被判为临时解析失败。
|
|
26
|
+
|
|
27
|
+
npm 包与 GitHub Release 使用同一个 `x86_64-unknown-linux-gnu` 产物。发布流程在
|
|
28
|
+
Rocky Linux 9 中验证动态 libc 依赖并执行 `--help`。已有容器无需修改 DNS 配置,
|
|
29
|
+
但需要安装包含新产物的 npm 版本;可用 `getconf GNU_LIBC_VERSION` 检查 glibc 版本。
|
|
30
|
+
这项兼容性调整不修复上游 DNS 的 AAAA 错误,连接结果仍需在目标环境验证。
|
|
25
31
|
|
|
26
32
|
Web UI 默认使用 `https://github.com/hu-bo/nova/releases/latest/download`。部署时可通过
|
|
27
33
|
`VITE_RUNNER_RELEASE_URL` 替换 Windows 安装包和 Release 资产的基础地址,通过
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|