Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0f1ca2933dd4cea3a16dc60d7b19380f6c213434 https://github.com/Perl/perl5/commit/0f1ca2933dd4cea3a16dc60d7b19380f6c213434 Author: Bram <perl...@wizbit.be> Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths: M .github/workflows/testsuite.yml Log Message: ----------- CI/macos: Remove `export SDK` I'm not sure tho that what was ever added.. The build and test appear to work fine when it's not set. README.macosx does mention it but there it does get used. >From README.macosx#sdk-support : First, export the path to the SDK into the build environment: export SDK=.... ... You can use the SDK by exporting some additions to Perl's 'ccflags' and '..flags' config variables: ./Configure -Accflags="-nostdinc -B$SDK/usr/include/gcc \ -B$SDK/usr/lib/gcc -isystem$SDK/usr/include \ -F$SDK/System/Library/Frameworks" \ -Aldflags="-Wl,-syslibroot,$SDK" \ -de But nothing in the ci worflow appears to do that.. So as far as I can tell `$SDK` is never used. Commit: cdcb7c90ee93b52fe3745f172e2fd488526acf09 https://github.com/Perl/perl5/commit/cdcb7c90ee93b52fe3745f172e2fd488526acf09 Author: Bram <perl...@wizbit.be> Date: 2022-09-19 (Mon, 19 Sep 2022) Changed paths: M .github/workflows/testsuite.yml Log Message: ----------- CI/macos: Switch to macos-11 As far as I can find: macos-11 is called Big Sur and uses xcode 13.2.1. See also: https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md (Reason for the change: macos-10 is deprecated in GitHub CI and is planned to be removed on 1 December 2022.) Fixes #20167 Compare: https://github.com/Perl/perl5/compare/d6328840c56c...cdcb7c90ee93