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

ARROW-1135: [C++] Use clang 4.0 in one of the Linux builds #779

Closed
wants to merge 4 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Jun 23, 2017

This will help us keep the Linux build clean on latest clang

@cpcloud
Copy link
Contributor

cpcloud commented Jun 23, 2017

sweet, +1

wesm added 4 commits June 23, 2017 19:33
Change-Id: I01c7577d951f618b971f2fe4d8a2486e144364a0
Change-Id: I3091876173be9c2d0fd038dff4b800261845a526
Change-Id: I845659a3a46ce57ef59b5676bc078831d9892db2
Change-Id: I7fcaf4cc859e24cc344ade83b571b66c9741e7a2
@wesm
Copy link
Member Author

wesm commented Jun 24, 2017

While working on this I discovered we were indicating externalproject dependencies incorrectly, but I think it's fixed now (created a synthetic target to capture all of the build pre-requisites for the arrow library)

@wesm
Copy link
Member Author

wesm commented Jun 24, 2017

+1. I'm not sure why the Travis CI build didn't run, but it ran on my fork: https://travis-ci.org/wesm/arrow/builds/246412973

if(FLATBUFFERS_VENDORED)
set(ARROW_DEPENDENCIES ${ARROW_DEPENDENCIES} flatbuffers_ep)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference, this way of declaring dependencies as a list with EP's seems to not work with all versions of CMake. It works with library targets though for some reason

@asfgit asfgit closed this in 41524d6 Jun 24, 2017
pitrou pushed a commit that referenced this pull request Jan 4, 2022
…test for rust

arrow-rs has added `MONTH_DAY_NANO` interval type in PR [#779](apache/arrow-rs#779), we need to enable integration tests for it.

Closes #11238 from b41sh/rust-month_day_nano_interval

Lead-authored-by: b41sh <[email protected]>
Co-authored-by: baishen <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants