Sambhav Jain
b320f7fb77
Simplify Bazel build workflow ( #1587 )
...
Remove `run_bazel_build.sh`, simplify docker's entrypoint to start container at `utils/bazel` directory, update docs.
2022-11-15 08:34:43 -08:00
Sambhav Jain
dcff5a7150
[Bazel] Update to Ubuntu-22.04 and clang-16 for Bazel build docker ( #1523 )
...
* Update Ubuntu and clang in the docker container
* Specifically build just `@torch-mlir//:torch-mlir-opt`
Triggered GHA run:
https://github.com/sjain-stanford/torch-mlir/actions/runs/3317006870/jobs/5479411204
2022-11-10 13:11:06 -08:00
Sambhav Jain
0765449684
[Bazel] Make pytorch-requirements.txt available within the docker container ( #1439 )
...
Updates the bazel Dockerfile to match changes from https://github.com/llvm/torch-mlir/pull/1419 . This should get the bazel build back to green.
Also triggered bazel build on GHA here: https://github.com/sjain-stanford/torch-mlir/actions/runs/3154741943 . Let's wait for it to complete before landing this.
2022-09-29 16:30:31 -07:00
Sambhav Jain
9c8b962720
Dockerize and Cache Bazel {Local, CI} Builds ( #1240 )
...
This PR adds:
- A minimal docker wrapper to the bazel GHA workflow to make it reproducible locally
- Bazel cache to speed up GHA workflows (down to ~5 minutes from ~40+minutes)
This is a no-op for non-bazel workflows and an incremental improvement.
2022-08-17 12:46:17 -07:00