Skip to content

Commit

Permalink
CI: Update local flow Docker image revision
Browse files Browse the repository at this point in the history
Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Aug 9, 2024
1 parent a429983 commit 576a88f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
name: Local flow - test targets
runs-on: ubuntu-22.04
container:
image: openroad/orfs:v3.0-1022-g69767b6a@sha256:adc74e5343a7638919f747eb74cbc67b5b71b18d9012608fef912ccee534c458
# NOTE: Ensure this is kept in sync with MODULE.bazel
image: openroad/orfs:v3.0-1114-g46acc762@sha256:ae4df23391c26bcc48a506f8e0d0da73742d1b6cb3b1dc02f4d5ea71170195b5
defaults:
run:
shell: bash
Expand Down Expand Up @@ -149,7 +150,6 @@ jobs:
STAGES: synth floorplan place
run: .github/scripts/build_local_target.sh
- name: Open target
if: matrix.STAGE_TARGET == 'L1MetadataArray_generate_abstract'
run: |
for stage in "floorplan" "place"; do
echo | build/make open_${stage}
Expand Down
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ git_override(
#)

orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
# NOTE: Ensure this is kept in sync with CI
orfs.default(
image = "openroad/orfs:v3.0-1114-g46acc762",
sha256 = "ae4df23391c26bcc48a506f8e0d0da73742d1b6cb3b1dc02f4d5ea71170195b5",
Expand Down

0 comments on commit 576a88f

Please sign in to comment.