Skip to content

Commit

Permalink
CI: disable memory stage local tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Apr 12, 2024
1 parent 22a1284 commit 4d512a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/build_local_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -z "$STAGES" ]]; then
if [[ "$target_name" == L1MetadataArray_* ]]; then
STAGES=("synth_sdc" "synth" "floorplan" "place" "cts" "grt" "generate_abstract")
else
STAGES=("synth_sdc" "synth" "memory" "floorplan" "generate_abstract")
STAGES=("synth_sdc" "synth" "floorplan" "generate_abstract")
fi
else
eval "STAGES=($STAGES)"
Expand All @@ -25,6 +25,6 @@ do
fi
if [[ -z $SKIP_RUN ]] ; then
echo "run make script"
./bazel-bin/${target_name}_${stage}_make $(if [[ "$stage" != "memory" ]] ; then echo "bazel-" ; fi)${stage}
./bazel-bin/${target_name}_${stage}_make "bazel-"${stage}
fi
done

0 comments on commit 4d512a4

Please sign in to comment.