Bazel docs show invalid no-sandbox test_tags example

Open Beginner friendly
#25,519 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
82/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Quiet

Research direction

Open codex-rs/docs/bazel.md and locate the test_tags example containing the malformed no-sandbox string. Compare it with the valid form in codex-rs/core/BUILD.bazel, then correct the documentation so the shown Starlark is syntactically valid.

Written by the indexing model from the issue text.

Description

documentation
What happened?

codex-rs/docs/bazel.md has an invalid example for configuring Bazel test tags:

test_tags = ["no-sandbox]

The closing quote after no-sandbox is missing. Current BUILD files use the valid form:

test_tags = ["no-sandbox"],

For example, codex-rs/core/BUILD.bazel uses test_tags = ["no-sandbox"],.

Expected behavior

The Bazel docs should show syntactically valid Starlark, e.g. test_tags = ["no-sandbox"] or the same comma-terminated form used in BUILD files.

Additional context

I searched open issues and PRs for terms including bazel.md, test_tags, and no-sandbox, and did not find an existing open item that appears to cover this typo.

Dominant language
Rust
Stars
125k
Forks
19.5k
Avg merge
1m
Merged PRs (30d)
1k

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.

More from openai/codex

All issues in openai/codex

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.