anomalyco / anomalyco/opencode

provider-benchmark.sh fails on dnf-based sandboxes (hardcodes apt-get)

Open
#38,078 0 comments 0 reactions 1 assignee View on GitHub

@rekram1-node is already working on this.

Since Jul 21, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Description

script/provider-benchmark.sh on the provider-benchmark branch hardcodes apt-get in its prepare() step. Sandbox providers whose images are dnf based (e.g. Vercel Sandbox, which runs Amazon Linux 2023) fail immediately with BENCH_ERROR prepare apt_get_required, so the benchmark can never run there.

Steps to reproduce
  1. Start an Amazon Linux 2023 environment (a Vercel sandbox, or docker run -it amazonlinux:2023)
  2. curl -fsSL https://raw.githubusercontent.com/anomalyco/opencode/provider-benchmark/script/provider-benchmark.sh | bash
  3. Script exits with BENCH_ERROR prepare apt_get_required
Operating System

Amazon Linux 2023 (x86_64)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.