dnscrypt-proxy: mark broken

This commit is contained in:
Duncaen 2023-08-24 12:23:07 +02:00
parent a50715e8fe
commit a0bae1c727
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -16,6 +16,8 @@ conf_files="/etc/dnscrypt-proxy.toml"
system_accounts="dnscrypt_proxy"
make_dirs="/var/log/dnscrypt-proxy 0750 dnscrypt_proxy dnscrypt_proxy"
broken="GOTOOLCHAIN not supported"
pre_build() {
export GOTOOLCHAIN="go1.20.7"
}