improve: verify packaged runtime on Bun 1.4 (#129552)

* test: exercise packaged OpenClaw under Bun

Amp-Thread-ID: https://ampcode.com/threads/T-01a037b7-66db-71f0-91e7-1578b383afb2

* docs: align Bun runtime guidance

Amp-Thread-ID: https://ampcode.com/threads/T-01a037b7-66db-71f0-91e7-1578b383afb2

---------

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Peter Steinberger
2026-08-25 23:41:05 -07:00
committed by GitHub
parent 1f881019f4
commit 0229fe7a2a
10 changed files with 434 additions and 34 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ on:
required: false
type: string
run_bun_global_install_smoke:
description: Run the Bun global install image-provider smoke
description: Run the Bun global install and runtime smoke
required: false
default: true
type: boolean
+1 -1
View File
@@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
run_bun_global_install_smoke:
description: Run the Bun global install image-provider smoke
description: Run the Bun global install and runtime smoke
required: false
default: false
type: boolean