postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Meson use arm for macos

Open nbyavuz opened this issue 2 years ago • 2 comments

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.

nbyavuz avatar Sep 23 '22 12:09 nbyavuz

Awesome. Can you send this to the postgres list? I'd only run the arm macos in that submission....

anarazel avatar Sep 23 '22 15:09 anarazel

Can you send this to the postgres list?

Discussion link

Should we remove kerberos test from macOS CI until the fix is applied or wait until the fix?

nbyavuz avatar Sep 28 '22 14:09 nbyavuz

This PR is no longer necessary.

nbyavuz avatar Jan 04 '23 13:01 nbyavuz