Skip to content

Fix the oci_push runfiles with the new transitive blob_indices support - #142

Merged
BryceBeagle merged 1 commit into
mainfrom
bryce.beagle/fix-runiles-blob-indices
Sep 9, 2026
Merged

BryceBeagle merged 1 commit into
mainfrom
bryce.beagle/fix-runiles-blob-indices

Conversation

@BryceBeagle

Copy link
Copy Markdown
Contributor

#141 forgot to add the new files to the runfiles... oops.

This breaks at build time with the following error:

failed to load layout (../python_3_12_8/layout.layout.json):
couldn't open index: open ../python_3_12_8/layout.layout.json: no such file or directory

…pport

#141 forgot to add the new files to the runfiles... oops.

This breaks at build time with the following error:
```
failed to load layout (../python_3_12_8/layout.layout.json):
couldn't open index: open ../python_3_12_8/layout.layout.json: no such file or directory
```

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment thread oci/push.bzl
is_executable = True,
)

runfiles = ctx.runfiles(

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we also change this to use runfiles properly. Using .to_list() was definitely wrong

@BryceBeagle
BryceBeagle marked this pull request as ready for review September 9, 2026 16:24
@BryceBeagle
BryceBeagle merged commit 6554bcb into main Sep 9, 2026
2 checks passed
@BryceBeagle
BryceBeagle deleted the bryce.beagle/fix-runiles-blob-indices branch September 9, 2026 16:31
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.

2 participants