Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
disable cgo for airapped
Browse files Browse the repository at this point in the history
  • Loading branch information
vshvsh authored Dec 4, 2020
1 parent a36fddf commit 208dbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ build:
@echo "Building dc4bc_cli..."
go build -o dc4bc_cli ./cmd/dc4bc_cli/
@echo "Building dc4bc_airgapped..."
go build -o dc4bc_airgapped ./cmd/airgapped/
CGO_ENABLED=0 go build -o dc4bc_airgapped ./cmd/airgapped/
@echo "Building dc4bc_prysm_compatibility_checker..."
go build -o dc4bc_prysm_compatibility_checker_linux ./cmd/prysm_compatibility_checker/
@echo "Building Airgapped state cleaner..."
Expand Down

0 comments on commit 208dbc0

Please sign in to comment.