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

GH-38063: [C++] Use absolute path for external project's ar/ranlib #38064

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

kou
Copy link
Member

@kou kou commented Oct 6, 2023

Rationale for this change

If we use relative path, CMake try using relative path from a build directory.

What changes are included in this PR?

Ensure using absolute path.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@github-actions
Copy link

github-actions bot commented Oct 6, 2023

⚠️ GitHub issue #38063 has been automatically assigned in GitHub to PR creator.

@kou kou force-pushed the cpp-cmake-ar-ranlib-absolute-path branch from c0ac176 to 662007a Compare October 8, 2023 22:12
@kou
Copy link
Member Author

kou commented Oct 9, 2023

+1

@kou kou merged commit 34eb21d into apache:main Oct 9, 2023
29 of 30 checks passed
@kou kou deleted the cpp-cmake-ar-ranlib-absolute-path branch October 9, 2023 20:26
@kou kou removed the awaiting committer review Awaiting committer review label Oct 9, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 34eb21d.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them.

JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Oct 23, 2023
…lib (apache#38064)

### Rationale for this change

If we use relative path, CMake try using relative path from a build directory.

### What changes are included in this PR?

Ensure using absolute path.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38063

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…lib (apache#38064)

### Rationale for this change

If we use relative path, CMake try using relative path from a build directory.

### What changes are included in this PR?

Ensure using absolute path.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38063

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…lib (apache#38064)

### Rationale for this change

If we use relative path, CMake try using relative path from a build directory.

### What changes are included in this PR?

Ensure using absolute path.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38063

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
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.

[C++] Use absolute path for external project's ar/ranlib
1 participant