Skip to content

Comments

fix: Mark toolchain as reproducible#95

Merged
alexeagle merged 1 commit intobazel-contrib:mainfrom
mortenmj:mmj/reproducible
Feb 15, 2026
Merged

fix: Mark toolchain as reproducible#95
alexeagle merged 1 commit intobazel-contrib:mainfrom
mortenmj:mmj/reproducible

Conversation

@mortenmj
Copy link
Contributor

This allows the content produced by the repo rule to be fetched from the remote repo contents cache.

@aspect-workflows
Copy link

aspect-workflows bot commented Feb 15, 2026

Test (Bazel 7.x) (Test)

All tests were cache hits

24 tests (100.0%) were fully cached saving 2s.


Test (Bazel 8.x) (Test)

All tests were cache hits

24 tests (100.0%) were fully cached saving 2s.


Test (Bazel 9.x) (Test)

All tests were cache hits

24 tests (100.0%) were fully cached saving 2s.


Test (Bazel 7.x) (Test)

e2e/smoke

All tests were cache hits

1 test (100.0%) was fully cached saving 32ms.


Test (Bazel 8.x) (Test)

e2e/smoke

All tests were cache hits

1 test (100.0%) was fully cached saving 63ms.


Test (Bazel 9.x) (Test)

e2e/smoke

All tests were cache hits

1 test (100.0%) was fully cached saving 32ms.


Test (WORKSPACE) (Test)

e2e/smoke

All tests were cache hits

1 test (100.0%) was fully cached saving 59ms.


Test (Bazel 7.x) (Test)

examples

All tests were cache hits

3 tests (100.0%) were fully cached saving 135ms.


Test (Bazel 8.x) (Test)

examples

All tests were cache hits

3 tests (100.0%) were fully cached saving 158ms.

@chatgpt-codex-connector
Copy link

💡 Codex Review

default = "@tar.bzl//lib/private:modify_mtree.awk",

P2 Badge Point mtree_mutate default awk_script to real package

The new default for awk_script references @tar.bzl//lib/private:modify_mtree.awk, but this repository only defines modify_mtree.awk in //tar/private (tar/private/BUILD). Any caller that uses mtree_mutate directly without overriding awk_script will fail analysis with a missing-package label error, so this default now breaks a valid invocation path.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@alexeagle alexeagle merged commit cc458b8 into bazel-contrib:main Feb 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants