Skip to content

Commit

Permalink
{Packaging} Exclude Python test from DEB package (Azure#28090)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored and MaxHorstmann committed Jan 19, 2024
1 parent 8f4b3e0 commit 134014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ wget -qO- https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSI
echo "Python source code is in $PYTHON_SRC_DIR"

# Build Python
$PYTHON_SRC_DIR/*/configure --srcdir $PYTHON_SRC_DIR/* --prefix $WORKDIR/python_env
$PYTHON_SRC_DIR/*/configure --srcdir $PYTHON_SRC_DIR/* --prefix $WORKDIR/python_env --disable-test-modules
make
make install

Expand Down

0 comments on commit 134014f

Please sign in to comment.