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-5823: [Rust] CI scripts miss --all-targets cargo argument #4778

Closed
wants to merge 1 commit into from

Conversation

liurenjie1024
Copy link
Contributor

Rust build breaks because some changes in array builder. However this error is not detected in ci scripts because missing --all-targets in cargo build command.

@liurenjie1024
Copy link
Contributor Author

@sunchao @andygrove @nevi-me Please help to review.

Copy link
Member

@sunchao sunchao left a comment

Choose a reason for hiding this comment

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

NIce catch @liurenjie1024 ! Always forgot about benchmark code ...

Copy link
Member

@kszucs kszucs left a comment

Choose a reason for hiding this comment

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

Appveyor error is unrelated

@kszucs kszucs changed the title ARROW-5832: [Rust] Fix build break. ARROW-5832: [Rust] CI scripts miss --all-targets cargo argument Jul 2, 2019
@kszucs kszucs changed the title ARROW-5832: [Rust] CI scripts miss --all-targets cargo argument ARROW-5823: [Rust] CI scripts miss --all-targets cargo argument Jul 2, 2019
@kszucs kszucs closed this in e70c3a7 Jul 2, 2019
kou pushed a commit that referenced this pull request Jul 4, 2019
Rust build breaks because some changes in array builder. However this error is not detected in ci scripts because missing --all-targets in cargo build command.

Author: Renjie Liu <liurenjie2008@gmail.com>

Closes #4778 from liurenjie1024/fix-build and squashes the following commits:

c00f8bc <Renjie Liu> Fix build break
kszucs pushed a commit that referenced this pull request Jul 22, 2019
Rust build breaks because some changes in array builder. However this error is not detected in ci scripts because missing --all-targets in cargo build command.

Author: Renjie Liu <liurenjie2008@gmail.com>

Closes #4778 from liurenjie1024/fix-build and squashes the following commits:

c00f8bc <Renjie Liu> Fix build break
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.

None yet

3 participants