SamirTalwar / smoke

Runs tests against anything, using command-line arguments, STDIN, STDOUT and STDERR.
MIT License
89 stars 10 forks source link

Fix the release process. #45

Closed SamirTalwar closed 4 years ago

SamirTalwar commented 4 years ago

We need to build without Nix, because it results in binaries that are dynamically linked to things provided by Nix. This results in binaries that can't be run on systems without Nix.

We also fix the release build, because it was broken. Ideally we would not rebuild, instead using the same binary tested in CI on every commit, but that's to be fixed later.