test(installer): cover rocky cli installs · openclaw/openclaw@fe33747
vincentkoc
·
2026-05-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -482,6 +482,15 @@ jobs:
|
482 | 482 | rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 \ |
483 | 483 | bash -lc 'dnf install -y -q ca-certificates tar gzip xz findutils which sudo >/dev/null && bash /tmp/install.sh --install-method npm --version latest --no-onboard --no-prompt --verify && openclaw --version' |
484 | 484 | |
| 485 | + - name: Run Rocky Linux CLI installer smoke |
| 486 | +run: | |
| 487 | + timeout 20m docker run --rm \ |
| 488 | + -e OPENCLAW_NO_ONBOARD=1 \ |
| 489 | + -e OPENCLAW_NO_PROMPT=1 \ |
| 490 | + -v "$PWD/scripts/install-cli.sh:/tmp/install-cli.sh:ro" \ |
| 491 | + rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 \ |
| 492 | + bash -lc 'dnf install -y -q ca-certificates tar gzip xz findutils which sudo >/dev/null && bash /tmp/install-cli.sh --prefix /tmp/openclaw-cli --version latest --no-onboard && /tmp/openclaw-cli/bin/openclaw --version' |
| 493 | + |
485 | 494 | bun_global_install_smoke: |
486 | 495 | needs: [preflight, root_dockerfile_image] |
487 | 496 | if: needs.preflight.outputs.run_full_install_smoke == 'true' && needs.preflight.outputs.run_bun_global_install_smoke == 'true' |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。