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

Remove multiplatform support from Makefile #505

Closed
piersy opened this issue Apr 6, 2020 · 0 comments
Closed

Remove multiplatform support from Makefile #505

piersy opened this issue Apr 6, 2020 · 0 comments
Labels
type:feature New feature

Comments

@piersy
Copy link
Contributor

piersy commented Apr 6, 2020

Problem

We have a lot of targets in our Makefile devoted to building for different platforms. We don't actually need them, I checked with @shapeshed and the only platform we need to support right now is linux x64.

The existence of these extra targets makes updating the Makefile laborious and also precipitates the need for the build system (ci.go), which if not providing support for multi-platform builds only serves to obfuscate our build and test operations (see discussion on #474 ).

Acceptance Criteria

Remove all multi-platform targets from the Makefile
Remove ci.go and the associated build package and all use of the build system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants