Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS CI workflows #104

Merged
merged 56 commits into from
Feb 12, 2024
Merged

MacOS CI workflows #104

merged 56 commits into from
Feb 12, 2024

Conversation

artemgavrilov
Copy link
Collaborator

@artemgavrilov artemgavrilov commented Jan 22, 2024

MacOS workflows for make and meson builds, including tests.

Copy link

github-actions bot commented Jan 24, 2024

Performance test results:
Normal queries: 9072
TDE queries: 8373
Percentage: 92%

@@ -18,7 +18,7 @@ AC_DEFUN([REQUIRE_LIB], [ {
AS_IF([test "x$with_$1" == xdefault],
[
case $host_os in
darwin*) libpathx=($HOMEBREW_CELLAR/$3/*)
darwin*) libpathx=($(brew --cellar)/$3/*)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HOMEBREW_CELLAR variable may be not set (for example in GH CI), so getting desired path directly from brew tool looks more reliable.

@artemgavrilov artemgavrilov changed the title Initial MacOS CI build [skip CI] MacOS CI workflows Jan 24, 2024
Comment on lines -2431 to +2437
# REQUIRE_LIB(name,lib,package,testfn,test_include.h)
# REQUIRE_LIB(name,lib,package,testfn,test_header_dir,test_include.h)
# name = The complete name of the library file without the extension.
# lib = The name of the library file without the 'lib' prefix and without the extension.
# package = The name of the package that holds the library
# testfn = One function included in the library that can be used for a test compilation.
# headerdir = directory that contains required header
# header = header file to check for
# headerdir = The directory that contains required header.
# header = The header file to check for
Copy link
Collaborator Author

@artemgavrilov artemgavrilov Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed configure script update from previous PR

@artemgavrilov artemgavrilov marked this pull request as ready for review January 24, 2024 16:57
@dutow dutow self-requested a review February 6, 2024 12:54
Copy link
Collaborator

@dutow dutow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added one comment because of the repository rename, otherwise looks good!

.github/workflows/postgresql-16-src-make-macos.yml Outdated Show resolved Hide resolved
@artemgavrilov artemgavrilov merged commit 798d897 into main Feb 12, 2024
8 checks passed
@artemgavrilov artemgavrilov deleted the add-macos-ci branch February 12, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants