Skip to content

Commit

Permalink
Fix bazel CI (llvm#1591)
Browse files Browse the repository at this point in the history
I accidentally broke bazel CI by forgetting to update the GHA workflow in my [previous PR](llvm#1587). This should get it back to green, my apologies.

Qualifying CI run: https://github.com/sjain-stanford/torch-mlir/actions/runs/3472523982
  • Loading branch information
sjain-stanford authored Nov 15, 2022
1 parent b320f7f commit 99ec603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazelBuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
-v "$(pwd)":"/opt/src/torch-mlir" \
-v "${HOME}/.cache/bazel":"/root/.cache/bazel" \
torch-mlir:ci \
./utils/bazel/docker/run_bazel_build.sh
bazel build @torch-mlir//:torch-mlir-opt
# Switch back bazel cache directory to user ownership
# to allow GHA post-cache step to save cache without
Expand Down

0 comments on commit 99ec603

Please sign in to comment.