We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcca225 + 83ad32c commit 94d5c72Copy full SHA for 94d5c72
Taskfile.yml
@@ -67,7 +67,7 @@ tasks:
67
desc: Build the Go code
68
dir: "{{.DEFAULT_GO_MODULE_PATH}}"
69
cmds:
70
- - go build -v -o libraries-repository-engine{{exeExt}} {{.LDFLAGS}}
+ - CGO_ENABLED=0 go build -v -o libraries-repository-engine{{exeExt}} {{.LDFLAGS}}
71
72
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-go-task/Taskfile.yml
73
go:test:
0 commit comments