Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Fix ARM (v6/7) CI release to Github and resulting install script erroring out on 404 #2135

Closed
wants to merge 1 commit into from

Conversation

confiks
Copy link

@confiks confiks commented Mar 18, 2019

In January, PR #2102 was closed with 5ae9d8b to build ARMv6/7 binaries. This seems to be working, but there are no release files uploaded to Github for this architecture, because the wrong filenames are used in .travis-ci. This PR fixes that.

It must be noted that the dep install script is already modified to expect a ARMv6/7 binary in the Github releases, so it errors out on 404 instead of emitting a clear error message which it did before:

Fetching https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-arm
Request failed with code 404

To fix this, perhaps the binary can be manually added to the v0.5.1 release, or the Travis CI job be rerun as v0.5.2.

@confiks
Copy link
Author

confiks commented Mar 27, 2019

@kevinburke Can this fairly trivial change be merged to fix issues for users with for example a Raspberry Pi? A v0.5.2 tag on the merge commit would be necessary.

@kevinburke
Copy link
Collaborator

kevinburke commented Apr 10, 2019

On it! I think I need to submit again to get the tests passing

kevinburke added a commit that referenced this pull request Apr 10, 2019
In January, #2102 was closed with 5ae9d8b to build ARMv6/7 binaries.
This seems to be working, but there are no release files uploaded to
Github for this architecture, because the wrong filenames are used in
.travis-ci. This PR fixes that.

It must be noted that the dep install script is already modified to
expect a ARMv6/7 binary in the Github releases, so it errors out on
404 instead of emitting a clear error message which it did before:

```
Fetching https://github.com/golang/dep/releases/download/v0.5.1/dep-linux-arm
Request failed with code 404
```

Originally submitted by Github user confiks as #2135.
@kevinburke
Copy link
Collaborator

Merged as 1c9da2d.

@kevinburke kevinburke closed this Apr 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants