Skip to content

Commit

Permalink
feat: add rustup and zig to packages optional dependencies (#5330)
Browse files Browse the repository at this point in the history
this will affect goreleaser packages themselves.

go was already optional, as people might install it from source, and so
are now zig and rust.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 authored Dec 3, 2024
1 parent ff9aaad commit 444e25d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ brews:
dependencies:
- name: go
type: optional
- name: rustup
type: optional
- name: zig
type: optional
- name: git
conflicts:
- goreleaser-pro
Expand Down Expand Up @@ -345,6 +349,8 @@ nfpms:
- git
recommends:
- golang
- rustup
- zig
deb:
lintian_overrides:
- statically-linked-binary
Expand Down

0 comments on commit 444e25d

Please sign in to comment.