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
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