postgres
postgres copied to clipboard
Meson use arm for macos
This PR has 3 commits:
-
ci: use arm CPUS for macOS When CPU type is changed to ARM, kerberos test is failed because kerberos's test file tries to run executables from
/usr/local/opt/krb5
path which does not exist on ARM, instead executable is at the/opt/homebrew/opt/krb5
path. -
fix: darwin: darwin ARM CPU krb5 path fix Quick fix for checking both of the paths.
-
darwin: test both arm and intel CPUS for macos Run CI to see both CPUs passes all tests.
Awesome. Can you send this to the postgres list? I'd only run the arm macos in that submission....
Can you send this to the postgres list?
Should we remove kerberos test from macOS CI until the fix is applied or wait until the fix?
This PR is no longer necessary.