-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib: Use xgo to use Cgo in cross-compiled release builds. (#5120)
This updates the release.sh script to use xgo for Linux, Windows, and Darwin builds. This uses https://github.com/techknowlogick/xgo/, which is a maintained fork of https://github.com/karalabe/xgo. This fixes the panics related to Badger compression which only uses Zstd when Cgo is enabled. See #4995. v20.03.0 and v20.03.1 were already built with this change to fix macOS and Windows binaries. Linux builds were working fine. Fixes #4995, DGRAPH-1139
- Loading branch information
Showing
1 changed file
with
17 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters