-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description Update OSX x86 build target Add best_effort build options for arm64/riscv builds Sync build tools with tari-suite Motivation and Context Add more build options How Has This Been Tested? Built in local fork What process can a PR reviewer use to test or verify this change? --- Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information
Showing
9 changed files
with
535 additions
and
79 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
./CODEOWNERS | ||
./LICENSE | ||
./applications/tari_indexer/src/substate_storage_sqlite/schema.rs | ||
./buildtools/vagrant/Vagrantfile | ||
./networking/sqlite_message_logger/src/schema.rs | ||
./dan_layer/storage_sqlite/src/global/schema.rs | ||
./dan_layer/state_store_sqlite/src/schema.rs | ||
./dan_layer/wallet/storage_sqlite/src/schema.rs | ||
./scripts/env_sample |
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
@stringhandler @CjS77 @sdbondi | ||
# CI/CD-related files require a review by the devops team | ||
.github/**/* @tari-project/devops | ||
scripts/**/* @tari-project/devops | ||
CODEOWNERS @tari-project/devops | ||
|
||
@stringhandler @CjS77 @sdbondi |
Oops, something went wrong.