-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: cross-compiling don't work (#874)
* Problem: cross-compiling don't work Solution: - remove some obstacles, now it at least works for linux. - darwin still need some fixes in nixpkgs side, see: NixOS/nixpkgs#216431 update release flow upload build result to check Problem: windows build in CI fails (#868) * Problem: windows build in CI fails Solution: - patch grocksdb to remove binding of not exported apis - add workflow to test windows build in PR * use crypto-org-chain fork update gomod2nix fix mac cross compiling fix cross-compiling tarball windows bundle script support windows tarball add unified job for cross-compiling grocksdb link options configure differnt build machine for different hosts don't fail fast simplify don't run unittest in nix build update grocksdb dependency tidy fix grocksdb grocksdb upstream repo * Update app/versiondb_placeholder.go Signed-off-by: yihuang <huang@crypto.com> * update nixpkgs * temp * cleanup and remove goreleaser * use buildPackages.go * fix workflow * fix workflow * Update scripts/release.sh Signed-off-by: yihuang <huang@crypto.com> * fix default name of GITHUB_REF_NAME * fix ref name * escape ref name to be used as file name * fix escape * fix arm64 * fix darwin cross-compiling * fix darwin cross-compiling --------- Signed-off-by: yihuang <huang@crypto.com>
- Loading branch information
Showing
17 changed files
with
300 additions
and
2,357 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
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
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
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
Oops, something went wrong.