We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://salsa.debian.org/go-team/packages/rootlesskit/-/blob/74020a391d57ffc8d7154a534c0894d1057947ab/debian/patches/0003-disable-vpnkit.patch https://salsa.debian.org/go-team/packages/rootlesskit/-/blob/74020a391d57ffc8d7154a534c0894d1057947ab/debian/patches/0004-Disable-lxcusernic.patch
These kinds of changes should be possible with go build tags like go build -tags "no_network_vpnkit no_network_lxcusernic"
go build -tags "no_network_vpnkit no_network_lxcusernic"
The text was updated successfully, but these errors were encountered:
why doing this ? almost of drivers are called from binaries. IMO, not installing the driver binary should be is enough.
Sorry, something went wrong.
No branches or pull requests
https://salsa.debian.org/go-team/packages/rootlesskit/-/blob/74020a391d57ffc8d7154a534c0894d1057947ab/debian/patches/0003-disable-vpnkit.patch
https://salsa.debian.org/go-team/packages/rootlesskit/-/blob/74020a391d57ffc8d7154a534c0894d1057947ab/debian/patches/0004-Disable-lxcusernic.patch
These kinds of changes should be possible with go build tags like
go build -tags "no_network_vpnkit no_network_lxcusernic"
The text was updated successfully, but these errors were encountered: