Skip to content

Commit

Permalink
Merge pull request #104 from zopencommunity/update_perl
Browse files Browse the repository at this point in the history
Update perl to the latest version and add extra build dependencies
  • Loading branch information
IgorTodorovskiIBM authored Jan 8, 2025
2 parents 92c9c7f + 17220c4 commit 459db07
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions buildenv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# bump: perl-version /PERL_VERSION="(.*)"/ https://github.com/Perl/perl5.git|semver:*
PERL_VERSION="5.41.5"
PERL_VERSION="5.41.7"

export ZOPEN_BUILD_LINE="STABLE"
export ZOPEN_STABLE_DEPS="curl gzip make git make zoslib sed"
export ZOPEN_STABLE_DEPS="curl gzip make git make zoslib sed coreutils grep findutils zlib"
export ZOPEN_STABLE_URL="https://github.com/Perl/perl5.git"
export ZOPEN_STABLE_TAG="v${PERL_VERSION}"
# export ZOPEN_STABLE_URL="https://github.com/Perl/perl5/archive/refs/tags/v${PERL_VERSION}.tar.gz"
Expand Down Expand Up @@ -36,10 +36,6 @@ zopen_post_install() {
fi
}

# Perl 5.39.5
# actualFailures: 33
# totalTests: 2606

zopen_check_results()
{
chk="$1/$2_check.log"
Expand Down

0 comments on commit 459db07

Please sign in to comment.