mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-24 22:20:40 -04:00
bazel: use pure go implementation of netdns for all builds (with or without cgo support) (#1476)
This commit is contained in:
parent
dff2ab6bf1
commit
b87c0c33bf
1 changed files with 4 additions and 1 deletions
3
.bazelrc
3
.bazelrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue