mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Disable CGo for CLI
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
e5e5161520
commit
6df6f6dbd0
@ -25,7 +25,7 @@ add_custom_target(coordinator ALL
|
||||
#
|
||||
|
||||
add_custom_target(cli ALL
|
||||
go build -o ${CMAKE_BINARY_DIR}/constellation -buildvcs=false -tags=gcp -ldflags "-buildid='' -X github.com/edgelesssys/constellation/internal/constants.CliVersion=${PROJECT_VERSION}"
|
||||
CGO_ENABLED=0 go build -o ${CMAKE_BINARY_DIR}/constellation -buildvcs=false -tags=gcp -ldflags "-buildid='' -X github.com/edgelesssys/constellation/internal/constants.CliVersion=${PROJECT_VERSION}"
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/cli)
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user