Skip to content

GH-40432: [C++] Add missing Threads::Threads dependency to arrow_static#40433

Merged
kou merged 1 commit intoapache:mainfrom
kou:cpp-static-thread
Mar 9, 2024
Merged

GH-40432: [C++] Add missing Threads::Threads dependency to arrow_static#40433
kou merged 1 commit intoapache:mainfrom
kou:cpp-static-thread

Conversation

@kou
Copy link
Copy Markdown
Member

@kou kou commented Mar 9, 2024

Rationale for this change

libarrow.a uses std::mutex and so on. So we need to link to Threads::Threads. But #39824 dropped it accidentally.

What changes are included in this PR?

Add unexpectedly dropped Threads::Threads dependency to arrow_static again.

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

@kou
Copy link
Copy Markdown
Member Author

kou commented Mar 9, 2024

@github-actions crossbow submit example-cpp-* -g cpp

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 9, 2024

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

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 9, 2024

Revision: 68fbcb4

Submitted crossbow builds: ursacomputing/crossbow @ actions-986a8c0b5e

Task Status
example-cpp-minimal-build-static GitHub Actions
example-cpp-minimal-build-static-system-dependency GitHub Actions
example-cpp-tutorial GitHub Actions
test-alpine-linux-cpp GitHub Actions
test-build-cpp-fuzz GitHub Actions
test-conda-cpp GitHub Actions
test-conda-cpp-valgrind Azure
test-cuda-cpp GitHub Actions
test-debian-11-cpp-amd64 GitHub Actions
test-debian-11-cpp-i386 GitHub Actions
test-fedora-39-cpp GitHub Actions
test-ubuntu-20.04-cpp GitHub Actions
test-ubuntu-20.04-cpp-bundled GitHub Actions
test-ubuntu-20.04-cpp-minimal-with-formats GitHub Actions
test-ubuntu-20.04-cpp-thread-sanitizer GitHub Actions
test-ubuntu-22.04-cpp GitHub Actions
test-ubuntu-22.04-cpp-20 GitHub Actions
test-ubuntu-22.04-cpp-no-threading GitHub Actions
test-ubuntu-24.04-cpp GitHub Actions
test-ubuntu-24.04-cpp-gcc-14 GitHub Actions

@kou
Copy link
Copy Markdown
Member Author

kou commented Mar 9, 2024

+1

@kou kou merged commit 6a7a6ee into apache:main Mar 9, 2024
@kou kou deleted the cpp-static-thread branch March 9, 2024 20:41
@kou kou removed the awaiting committer review Awaiting committer review label Mar 9, 2024
@conbench-apache-arrow
Copy link
Copy Markdown

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

There were no benchmark performance regressions. 🎉

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

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.

1 participant