Skip to content

Commit

Permalink
Add go-vendor-tools to sandcastle image
Browse files Browse the repository at this point in the history
go-vendor-tools is a new tool maintained by the Fedora Go SIG which
helps with generating vendor archives and helping vendored Go packages
follow the Licensing Guidelines. It is currently only available in
Fedora, so we install it with pip.
  • Loading branch information
gotmax23 committed Aug 21, 2024
1 parent f2c76bd commit 97ea26a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions files/install-rpm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
- python3-hatch-vcs
# for rust2rpm
- python3.11-pip
# for go-vendor-tools
- trivy
- askalono-cli
state: present
install_weak_deps: False
tags:
Expand All @@ -74,6 +77,11 @@
executable: pip3.11
tags:
- basic-image
- name: Install go-vendor-tools that is not packaged for EL9.
ansible.builtin.pip:
name: go-vendor-tools
tags:
- basic-image
- name: Install all RPM packages needed to hack on sandcastle.
ansible.builtin.dnf:
name:
Expand Down

0 comments on commit 97ea26a

Please sign in to comment.