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

[C++][CI] Ubuntu cpp 22.04 nightly tests fail to build flight_sql_test #32325

Closed
asfimport opened this issue Jul 8, 2022 · 1 comment
Closed

Comments

@asfimport
Copy link

https://github.com/ursacomputing/crossbow/runs/7243793233?check_suite_focus=true

Nightly tests build test-ubuntu-22.04-cpp is failing with the following error:

 -- Linking Arrow Flight tests statically due to static gRPC
-- Found SQLite3Alt: /usr/lib/x86_64-linux-gnu/libsqlite3.so  
CMake Error at src/arrow/flight/sql/CMakeLists.txt:122 (target_compile_definitions):
  Cannot specify compile definitions for target "flight_sql_test" which is
  not built by this project. 

This seems to have been introduced by:

9c93f82#diff-4468e915a60403c2fd3bbfcc296580954fe7e992520b5f63af0592dddf08fee0

It can be reproduced locally with:

UBUNTU=22.04 docker-compose run ubuntu-cpp 

Reporter: Raúl Cumplido / @raulcd
Assignee: Raúl Cumplido / @raulcd

PRs and other links:

Note: This issue was originally created as ARROW-17013. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Kouhei Sutou / @kou:
Issue resolved by pull request 13547
#13547

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants