Remove dependency on golang.org/x/sys/unix #6440

Merged
merged 1 commit into from Oct 12, 2016

Conversation

Projects
None yet
3 participants
Contributor

perrito666 commented Oct 12, 2016

The dependency on golang.org/x/sys/unix caused issues in s390
since it requires some extra compiling steps.
This approach is not ideal but removes dependency from cgo.
The patch fixes lp:1632541, the dependency was itroduced
in 78273ef

QA steps

Compile/run tests in s390x

Remove dependency on golang.org/x/sys/unix
The dependency on golang.org/x/sys/unix caused issues in s390
since it requires some extra compiling steps.
This approach is not ideal but removes dependency from cgo.
The patch fixes lp:1632541, the dependency was itroduced
in 78273ef
Contributor

perrito666 commented Oct 12, 2016

$$merge$$

Contributor

jujubot commented Oct 12, 2016

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

@jujubot jujubot merged commit 0ca9de0 into juju:master Oct 12, 2016

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