Skip to content

[Feature]: adapt bazel build to use 'build' instead of 'run' #175

@ksebaz

Description

@ksebaz

Dear developers,

with google/jax or ROCm/jax (certain newer branches), it is possible to add --bazel-options=--nobuild to the build command which will only fetch the dependencies since bazel build is called instead of bazel run. The latter is returning an error with the '--nobuild' option and thus dependencies for multiple wheels cannot be prefetched (if not repeating the build command explicitly for plugin and pjrt) before submitting the build (only; using --nofetch) to some more powerful machine but without network.

Could you maybe also switch to bazel build here? This would easy automated building.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requeststatus: triageIndicates an issue has been assigned for investigation.

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions