EnterpriseDB / edb-installers

PostgreSQL installers packaged by EDB
33 stars 8 forks source link

[PPS-363] Unable to generate windows64 and macOS Server and LanguagePack-v2.0 installers via daily builds #28

Closed Semab-Tariq closed 3 years ago

Semab-Tariq commented 3 years ago

We bundle 2 different versions of Perl on Windows64 and macOS due to this error

On Windows64 we have Perl-5.26.2

On macOS we have Perl-5.34.0

Now we were unable to generate both windows64 and macOS LP installers in one go(build) because each time we try to generate an installer version.sh file needs to be updated for the respected platform and the correct PERL version should be added there and also daily builds were failing because of this

The workaround for this is to add another variable for PERL on Windows64 in versions.sh file and handle it through build scripts. So that we don't have to update versions.sh file each time