-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-34670: [Packaging][C++] Add support for customizing GDB plugin install directory #34672
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
Conversation
…in install directory
|
@github-actions crossbow submit -g linux |
|
|
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit -g linux |
|
Revision: dc90ff1 Submitted crossbow builds: ursacomputing/crossbow @ actions-baef4906c1 |
|
+1 |
|
Benchmark runs are scheduled for baseline = 1b439b0 and contender = a18382c. a18382c is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
@github-actions crossbow submit test-conda-python-3.10 |
|
Revision: dc90ff1 Submitted crossbow builds: ursacomputing/crossbow @ actions-a9ac140441
|
…in install directory (apache#34672) ### Rationale for this change It's for conda package. We can't determine the final GDB plugin path on building. We can adjust the path by replacing a placeholder on installing. ### What changes are included in this PR? Conda package can specify a placeholder for GDB plugin path. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#34670 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
It's for conda package. We can't determine the final GDB plugin path on building. We can adjust the path by replacing a placeholder on installing.
What changes are included in this PR?
Conda package can specify a placeholder for GDB plugin path.
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.