Skip to content

Commit

Permalink
fix(dgraph)
Browse files Browse the repository at this point in the history
 closes #7570
  • Loading branch information
jhheider committed Oct 8, 2024
1 parent 4ca8a9a commit bf62a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/dgraph.io/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ build:
GOSUMDB: sum.golang.org
GO111MODULE: on
CGO_ENABLED: 0
BUILDLOC: "{{prefix}}/bin/dgraph"
BUILDLOC: '{{prefix}}/bin/dgraph'
LDFLAGS:
- -s
- -w
- -X github.com/dgraph-io/dgraph/x.dgraphVersion={{version}}
- -X github.com/dgraph-io/dgraph/v{{version.major}}/x.dgraphVersion={{version}}
linux:
# or segmentation fault
# fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575
Expand Down

0 comments on commit bf62a2c

Please sign in to comment.