grok_exporter icon indicating copy to clipboard operation
grok_exporter copied to clipboard

Fixing build process

Open andreabenini opened this issue 3 years ago • 1 comments

the release.sh scripts fails on few things in my machine (linux AMD64)

  • newer go version, 1.16.2 in my case. Fixed with bc,awk,sed to get all of them instead of relying on fixed if statements
  • docker image name (previous was not available with docker pull)
  • fixing path on work and source dir (so you can have your sources located everywhere)
  • skip tests at will, still investigating why your tests don't pass on my linux machine. executable is fine and works btw... I reviewed the compile process because I'd like to contribute and add few things

andreabenini avatar Apr 01 '21 08:04 andreabenini