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-2982: Ensure release verification script works with wget < 1.16, build ORC in C++ libraries #2372

Closed
wants to merge 1 commit into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Aug 6, 2018

I also wrote a guide to setting up Ubuntu Linux (14.04 and higher) to be able to run from a cold start. I may have missed some stuff from a brand new install; others can keep updating. Eventually we should Dockerize for Ubuntu 14.04, 16.04, and 18.04: https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates

@codecov-io
Copy link

codecov-io commented Aug 6, 2018

Codecov Report

Merging #2372 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2372      +/-   ##
==========================================
- Coverage   84.51%   84.49%   -0.03%     
==========================================
  Files         293      293              
  Lines       45329    45329              
==========================================
- Hits        38311    38301      -10     
- Misses       6991     6997       +6     
- Partials       27       31       +4
Impacted Files Coverage Δ
go/arrow/math/uint64_avx2_amd64.go 0% <0%> (-100%) ⬇️
go/arrow/math/float64_avx2_amd64.go 0% <0%> (-100%) ⬇️
go/arrow/memory/memory_avx2_amd64.go 0% <0%> (-100%) ⬇️
go/arrow/math/int64_avx2_amd64.go 0% <0%> (-100%) ⬇️
go/arrow/memory/memory_amd64.go 28.57% <0%> (-14.29%) ⬇️
go/arrow/math/math_amd64.go 31.57% <0%> (-5.27%) ⬇️
go/arrow/math/float64_amd64.go 33.33% <0%> (ø) ⬆️
go/arrow/math/uint64_amd64.go 33.33% <0%> (ø) ⬆️
go/arrow/math/int64_amd64.go 33.33% <0%> (ø) ⬆️
go/arrow/math/uint64_sse4_amd64.go 100% <0%> (+100%) ⬆️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad7bbbd...0ffdd15. Read the comment docs.

Copy link
Contributor

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

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

LGTM.

@wesm
Copy link
Member Author

wesm commented Aug 6, 2018

Rebasing

Change-Id: Ifc0a35d21f4fb578cc2aba8f42b827f0d85d8d84
@wesm wesm closed this in 992b27f Aug 6, 2018
wesm added a commit that referenced this pull request Aug 6, 2018
…, build ORC in C++ libraries

I also wrote a guide to setting up Ubuntu Linux (14.04 and higher) to be able to run from a cold start. I may have missed some stuff from a brand new install; others can keep updating. Eventually we should Dockerize for Ubuntu 14.04, 16.04, and 18.04: https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates

Author: Wes McKinney <wesm+git@apache.org>

Closes #2372 from wesm/ARROW-2982 and squashes the following commits:

0ffdd15 <Wes McKinney> Ensure script works with older wget
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.

3 participants