Skip to content

Commit

Permalink
[release] Fix automation for machine 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jan 6, 2025
1 parent 2805d23 commit a0b296d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions devtools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,10 @@ benchmark-build() {
if test -n "$HAVE_ROOT"; then
_install
fi
build/py.sh all

build/py.sh all # runs configure-for-dev
configure-for-release

_release-build
}

Expand Down Expand Up @@ -805,7 +808,6 @@ two-tarballs() {
ensure-smooth-build

build/py.sh all # runs ./configure-for-dev

configure-for-release

# "Base state" for repo scripts
Expand Down

0 comments on commit a0b296d

Please sign in to comment.