-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add badger db support & tune release (#927)
* tweak triggers to allow rc tags and also run on pull request * bump golang to 1.18 * enable build tags badgerdb and rocksdb, get rid of CGO_ENABLED=0 to try to get ledger built in the binary statically as well * move static flag to ldflags * disable arm6 for now incompatible with badger * reenable cgo_enabled=0, remove rocksdb from build tags to ease cross-compile * reduce the diff * add comments; also use Enable:ReleaseBuild label to control whether release build runs on pr * bump ci to test label * Revert "bump ci to test label" This reverts commit da42097. (cherry picked from commit 41fc62b)
- Loading branch information
1 parent
245b58d
commit 4bd4ba8
Showing
2 changed files
with
7 additions
and
5 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