Skip to content

Commit

Permalink
Merge pull request #1760 from buggy213/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 authored Jan 24, 2024
2 parents e4b252c + 77f5752 commit 150f888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ if run_step "8"; then
fi

if run_step "10"; then
begin_step "10" "Installing CIRCT"
# install circt into conda
if run_step "1"; then
PREFIX=$CONDA_PREFIX/$TOOLCHAIN_TYPE
Expand All @@ -318,7 +319,7 @@ fi

# do misc. cleanup for a "clean" git status
if run_step "11"; then
begin_step "10" "Cleaning up repository"
begin_step "11" "Cleaning up repository"
$CYDIR/scripts/repo-clean.sh
exit_if_last_command_failed
fi
Expand Down

0 comments on commit 150f888

Please sign in to comment.