Skip to content

Instantly share code, notes, and snippets.

@maxice8
maxice8 / gist:b46e80a4656ab196582f5da816fbdf9c
Last active September 13, 2021 17:38
Script to get all binaries that use a specific module
#!/usr/bin/env rc
# Assume all packages given are already installed
if(test $#* -lt 2) exit 1
module=$1
shift
for(pkg in $*) {
# Get all go binaries by checking for 'Go BuildID='
for(bin in `{apk info -q -L $pkg \
| grep -v '^usr/share' \
@maxice8
maxice8 / gist:5559138908f3639a38f42b88d6ab676b
Last active September 13, 2021 09:29
Packages to be rebuild for go1.17.1
cfssl
chezmoi
cloudfoundry-cli
conntracct
docker-cli-buildx
docker-cli-compose
filebeat
frp
gitea
github-cli