Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CI: Test job SIGBUSes building the parked openclaw QuickJS kernel #830

Description

@joshuajbouw

The CI Test job runs cargo test --workspace with ASTRID_AUTO_BUILD_KERNEL=1, which builds astrid-openclaw's Tier 1 QuickJS kernel from source. That auto-build pulls in wasi-sdk and exhausts the runner disk, SIGBUSing the linker — the long-standing Test-job flake.

astrid-openclaw is being parked (preserved on the archive/openclaw branch) pending a decision on the JS-capsule compilation direction, so there is no reason to keep building its kernel in CI.

Fix: drop the kernel auto-build, the kernel cache step, and the now-orphaned QUICKJS_KERNEL_VERSION; run cargo test --workspace --exclude astrid-openclaw. Only openclaw's own Tier 1 e2e tests need the kernel; the crate still compiles via build.rs's placeholder under check/clippy. No source changes; openclaw stays on main.

Stopgap toward the full removal tracked in #829.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions