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

fix(build): fix a link error on macOS #1615

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Sep 19, 2023

#1602

Remove the _test postfix of function tests to prevent the link errors on macOS look like:

[ 50%] Linking CXX executable backup_restore_test
ld: can't write output file to 'backup_restore_test' because that path is a directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/test/function_test/backup_restore_test/backup_restore_test] Error 1
make[1]: *** [src/test/function_test/backup_restore_test/CMakeFiles/backup_restore_test.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

@empiredan empiredan merged commit 7b2bd09 into apache:master Sep 20, 2023
73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants