From 11e5682165ad40dff9f65e864df4e922fbf7bb0c Mon Sep 17 00:00:00 2001 From: Gabriel Cipriano Date: Sat, 18 Nov 2023 09:49:45 -0300 Subject: [PATCH] docs: update CONTRIBUTING.md add upx as optional prerequesite (#4427) 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 ``` ... ... ... --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4861ef8f61b..e78c857866d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: