Skip to content

Commit

Permalink
docs: update CONTRIBUTING.md add upx as optional prerequesite (#4427)
Browse files Browse the repository at this point in the history
A test failed as I didn't had upx installed:

```
--- FAIL: TestRun (0.58s)
    upx_test.go:119: 
                Error Trace:    /home/cipri/git/goreleaser/internal/pipe/upx/upx_test.go:119
                Error:          Received unexpected error:
                                upx not found in PATH
                Test:           TestRun
FAIL
```


<!-- If applied, this commit will... -->

...

<!-- Why is this change being made? -->

...

<!-- # Provide links to any relevant tickets, URLs or other resources
-->

...
  • Loading branch information
gabrielcipriano committed Nov 18, 2023
1 parent 57f2532 commit 11e5682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -20,6 +20,7 @@ Other things you might need to run the tests:
- [Podman](https://podman.io/)
- [Snapcraft](https://snapcraft.io/)
- [Syft](https://github.com/anchore/syft)
- [upx](https://upx.github.io/)

Clone `goreleaser` anywhere:

Expand Down

0 comments on commit 11e5682

Please sign in to comment.