Skip to content

ARROW-2841: [Go] support building in forks#2261

Closed
sbinet wants to merge 1 commit intoapache:masterfrom
sbinet-gonum:issue-2841
Closed

ARROW-2841: [Go] support building in forks#2261
sbinet wants to merge 1 commit intoapache:masterfrom
sbinet-gonum:issue-2841

Conversation

@sbinet
Copy link
Copy Markdown
Contributor

@sbinet sbinet commented Jul 13, 2018

Go is pretty adamant about where source code needs to be.
A package named "github.com/apache/arrow/go" needs to be checked out
under $GOPATH/src/github.com/apache/arrow/go, otherwise wires get
crossed.

Fortunately, Travis-CI has some support to allow checking out a repository
github.com/foo/bar
under
example.com/foo/bar
(this is for the so-called "vanity imports.")
Reuse this facility for the forks.

Go is pretty adamant about where source code needs to be.
A package named "github.com/apache/arrow/go" needs to be checked out
under $GOPATH/src/github.com/apache/arrow/go, otherwise wires get
crossed.

Fortunately, Travis-CI has some support to allow checking out a repository
 github.com/foo/bar
under
 example.com/foo/bar
(this is for the so-called "vanity imports.")
Reuse this facility for the forks.
@sbinet
Copy link
Copy Markdown
Contributor Author

sbinet commented Jul 13, 2018

@pitrou do you want to give it a try in your fork?
(for some reason, I haven't managed to get travis run my sbinet-gonum/arrow CI...)

@wesm
Copy link
Copy Markdown
Member

wesm commented Jul 13, 2018

I'm happy to help test in my fork, but still failing here, though

@wesm
Copy link
Copy Markdown
Member

wesm commented Jul 13, 2018

Here's a build I just kicked off https://travis-ci.org/wesm/arrow/builds/403571049

@wesm
Copy link
Copy Markdown
Member

wesm commented Jul 13, 2018

Oh looks like a non-Go failure =) Let's see if it passes in my fork

@sbinet
Copy link
Copy Markdown
Contributor Author

sbinet commented Jul 14, 2018

Looks like it's building Go correctly :)

Copy link
Copy Markdown
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

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

+1. Thanks @sbinet!

@wesm wesm closed this in dea6ced Jul 16, 2018
@sbinet sbinet deleted the issue-2841 branch July 26, 2018 11:56
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