diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41c4149..7f2d6ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/MODULE.bazel b/MODULE.bazel index 8fbf93c..57e99fa 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -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