Skip to content

Commit

Permalink
MODULE: Bump bazel-orfs
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Jun 17, 2024
1 parent f3d2131 commit f6068bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ jobs:
swap-storage: false
- name: Checkout bazel-orfs
uses: actions/checkout@v4
- name: Load docker image
run: bazel run --subcommands --verbose_failures @bazel-orfs//:orfs_env
- name: Prepare credentials
env:
SECRET_CRED: ${{ secrets.CACHE_CREDENTIALS }}
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
commit = "72403c0ed232130a5ec23cb22c2c9608c03490e0",
commit = "7c93ec020bb1b9046ade27c63c27c21e8436c083",
)

# Read: https://github.com/The-OpenROAD-Project/bazel-orfs?tab=readme-ov-file#usage
Expand Down

0 comments on commit f6068bb

Please sign in to comment.