Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Improvements on precompiled binaries #40

Open
shawark opened this issue Dec 2, 2020 · 3 comments
Open

Improvements on precompiled binaries #40

shawark opened this issue Dec 2, 2020 · 3 comments

Comments

@shawark
Copy link

shawark commented Dec 2, 2020

Had a working session with a customer which did not progress far since cannot find a suitable binary that could work for them. This is a blocker as the customer may not have permission or have difficulties to build themselves (thus build task eventually fall onto us)

Things as following

  • All precompiled binaries are the same (which is for mac)
MD5 (agent_darwin_amd64) = 6d070eb3a0de36f7c366cc9bf5b76bb9
MD5 (agent_linux_amd64) = 6d070eb3a0de36f7c366cc9bf5b76bb9
MD5 (agent_windows_amd64) = 6d070eb3a0de36f7c366cc9bf5b76bb9
  • not sure if linux version works the same for Debian-like or RH-like, hence if we need to provide more precompiled distributions
  • May need to set up jenkins or automated compile mechanism
  • when I try to build, it requires golang version 1.13 that does not work on the latest version
[root@ad4a569153ef agent]# go build
go: github.com/machinebox/progress@v0.1.0: reading github.com/machinebox/progress/go.mod at revision v0.1.0: unknown revision v0.1.0
@shawark
Copy link
Author

shawark commented Dec 2, 2020

Upload windows and centos6 build just in case is useful
agent_windows.zip
agent_centos6.tar.gz

@cmdrchkn
Copy link
Contributor

cmdrchkn commented Dec 2, 2020

fwiw I had no issues building with 1.15.5 on windows

@cmdrchkn
Copy link
Contributor

cmdrchkn commented Feb 3, 2021

release v0.1.0 has a proper windows binary, but it won't run unless you rename it to include a .exe file extension

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants