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 1e8b93d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: Local flow - test targets
runs-on: ubuntu-22.04
container:
image: openroad/orfs:v3.0-1022-g69767b6a@sha256:adc74e5343a7638919f747eb74cbc67b5b71b18d9012608fef912ccee534c458
image: openroad/orfs:v3.0-1114-g46acc762@sha256:ae4df23391c26bcc48a506f8e0d0da73742d1b6cb3b1dc02f4d5ea71170195b5
defaults:
run:
shell: bash
Expand Down Expand Up @@ -149,7 +149,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

0 comments on commit 1e8b93d

Please sign in to comment.