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-38077: [C++] Output bundled GoogleTest to ${BUILD_DIR}/${CONFIG} #38132

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

kou
Copy link
Member

@kou kou commented Oct 7, 2023

Rationale for this change

To find DLLs on Windows, we need to add a directory of these DLLs to PATH or put these DLLs to the same directory of the target .exe.

What changes are included in this PR?

Output bundled GoogleTest's DLLs to the same directory of the test .exe.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@kou kou requested review from assignUser and raulcd as code owners October 7, 2023 21:54
@kou
Copy link
Member Author

kou commented Oct 7, 2023

@github-actions crossbow submit java-jars

@github-actions
Copy link

github-actions bot commented Oct 7, 2023

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

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Oct 7, 2023
@github-actions

This comment was marked as outdated.

@kou kou force-pushed the java-jars-windows branch from 1eecc2b to e2babc2 Compare October 7, 2023 22:37
@kou
Copy link
Member Author

kou commented Oct 7, 2023

@github-actions crossbow submit java-jars

@github-actions

This comment was marked as outdated.

abandy added a commit to abandy/arrow that referenced this pull request Oct 8, 2023
abandy added a commit to abandy/arrow that referenced this pull request Oct 8, 2023
@kou kou force-pushed the java-jars-windows branch from e2babc2 to 859ecc9 Compare October 8, 2023 20:56
@kou
Copy link
Member Author

kou commented Oct 8, 2023

@github-actions crossbow submit java-jars

@kou kou changed the title GH-38077: [Java][CI][Windows] Set PATH to find GoogleTest GH-38077: [C++] Output bundled GoogleTest to ${BUILD_DIR}/${CONFIG} Oct 8, 2023
@github-actions
Copy link

github-actions bot commented Oct 8, 2023

Revision: 859ecc9

Submitted crossbow builds: ursacomputing/crossbow @ actions-97d56254dd

Task Status
java-jars Github Actions

To find bundled GoogleTest DLLs, we need to set PATH or output
GoogleTest DLLs to the same directory of test executables. The latter
is used.
@kou kou force-pushed the java-jars-windows branch from 859ecc9 to 4807c73 Compare October 8, 2023 21:43
abandy added a commit to abandy/arrow that referenced this pull request Oct 9, 2023
abandy added a commit to abandy/arrow that referenced this pull request Oct 9, 2023
abandy added a commit to abandy/arrow that referenced this pull request Oct 9, 2023
@kou
Copy link
Member Author

kou commented Oct 9, 2023

+1

@kou kou merged commit d602d40 into apache:main Oct 9, 2023
@kou kou deleted the java-jars-windows branch October 9, 2023 20:25
@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 d602d40.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 4 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
…FIG} (apache#38132)

### Rationale for this change

To find DLLs on Windows, we need to add a directory of these DLLs to PATH or put these DLLs to the same directory of the target .exe.

### What changes are included in this PR?

Output bundled GoogleTest's DLLs to the same directory of the test .exe.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38077

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
…FIG} (apache#38132)

### Rationale for this change

To find DLLs on Windows, we need to add a directory of these DLLs to PATH or put these DLLs to the same directory of the target .exe.

### What changes are included in this PR?

Output bundled GoogleTest's DLLs to the same directory of the test .exe.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38077

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
…FIG} (apache#38132)

### Rationale for this change

To find DLLs on Windows, we need to add a directory of these DLLs to PATH or put these DLLs to the same directory of the target .exe.

### What changes are included in this PR?

Output bundled GoogleTest's DLLs to the same directory of the test .exe.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#38077

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.

[Java][CI][Java-Jars][Windows] C++ libraries for Windows
1 participant