We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcca225 commit 83ad32cCopy full SHA for 83ad32c
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