Skip to content

Commit

Permalink
ci: Pass the configure flags to distcheck too
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje authored and frankmorgner committed Mar 9, 2024
1 parent b694d93 commit 4ba437c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ fi
# this is broken in old ubuntu
if [ "$1" == "dist" -o "$2" == "dist" ]; then
set +e
DISTCHECK_CONFIGURE_FLAGS="$CONFIGURE_FLAGS"
make distcheck
RV=$?
if [ $RV -ne 0 ]; then
Expand Down

0 comments on commit 4ba437c

Please sign in to comment.