Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buildenv
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export ZOPEN_STABLE_DEPS="curl gzip tar make m4 perl coreutils zoslib autoconf a
export ZOPEN_DEV_URL="https://github.com/autotools-mirror/gettext.git"
export ZOPEN_DEV_DEPS="git make tar m4 perl autoconf automake help2man texinfo xz ncurses"

export ZOPEN_EXTRA_CONFIGURE_OPTS='--disable-acl'
export ZOPEN_EXTRA_CONFIGURE_OPTS="--disable-acl"

export ZOPEN_CHECK_OPTS='-i check' # force make to keep going after first test suite has failures
export ZOPEN_CHECK_OPTS="-i check -j\$ZOPEN_NUM_JOBS" # force make to keep going after first test suite has failures
export ZOPEN_CHECK_TIMEOUT=30000 # 8 hours and a bit

if [ "${ZOPEN_BUILD_LINE}x" = "STABLEx" ]; then
Expand Down
Loading