bazel: use pure go implementation of netdns for all builds (with or without cgo support) (#1476)

This commit is contained in:
Malte Poll 2023-03-21 17:02:26 +01:00 committed by GitHub
parent dff2ab6bf1
commit b87c0c33bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ build --strip=always
# set build mode to opt by default (better reproducibility and performance)
build --compilation_mode=opt
# use pure go implementation of netdns
build --define=gotags=netgo
# enable tpm simulator for tests
test --//bazel/settings:tpm_simulator