-
Notifications
You must be signed in to change notification settings - Fork 456
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
The .deb installer is creating executables with arch info in name #330
Comments
miry
added a commit
that referenced
this issue
Oct 4, 2021
Closes #330 Linux packages installs binaries to `/usr/local/bin` and has names: ``` toxiproxy-server-linux-amd64 toxiproxy-cli-linux-amd64 ``` It is not common way and different from previous releases. Changes the binary destination path to `/usr/bin` and has short binary names: ``` toxiproxy-server toxiproxy-cli ```
miry
added a commit
that referenced
this issue
Oct 4, 2021
Closes #330 Linux packages installs binaries to `/usr/local/bin` and has names: ``` toxiproxy-server-linux-amd64 toxiproxy-cli-linux-amd64 ``` It is not common way and different from previous releases. Changes the binary destination path to `/usr/bin` and has short binary names: ``` toxiproxy-server toxiproxy-cli ```
miry
added a commit
that referenced
this issue
Oct 4, 2021
Closes #330 Linux packages installs binaries to `/usr/local/bin` and has names: ``` toxiproxy-server-linux-amd64 toxiproxy-cli-linux-amd64 ``` It is not common way and different from previous releases. Changes the binary destination path to `/usr/bin` and has short binary names: ``` toxiproxy-server toxiproxy-cli ```
@SamMorrowDrums Thank you for the report. It is going be fixed in next release with #331 |
miry
added a commit
that referenced
this issue
Oct 5, 2021
Closes #330 Linux packages installs binaries to `/usr/local/bin` and has names: ``` toxiproxy-server-linux-amd64 toxiproxy-cli-linux-amd64 ``` It is not common way and different from previous releases. Changes the binary destination path to `/usr/bin` and has short binary names: ``` toxiproxy-server toxiproxy-cli ```
miry
added a commit
that referenced
this issue
Oct 5, 2021
Closes #330 Linux packages installs binaries to `/usr/local/bin` and has names: ``` toxiproxy-server-linux-amd64 toxiproxy-cli-linux-amd64 ``` It is not common way and different from previous releases. Changes the binary destination path to `/usr/bin` and has short binary names: ``` toxiproxy-server toxiproxy-cli ```
@SamMorrowDrums Released a new version with a fix: https://github.com/Shopify/toxiproxy/releases/tag/v2.2.0 |
Wonderful, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm wondering if it is deliberate that the build target information is being installed in the debian package. Currently the following get installed:
When running this in our Dockerfile (and note the symlinks to the clean names we had to add):
The text was updated successfully, but these errors were encountered: