-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from pendulum-labs/dev
updates from super_orchestrator 0.9
- Loading branch information
Showing
29 changed files
with
2,914 additions
and
916 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/target | ||
/Cargo.lock | ||
.cargo/config.toml |
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,3 +1,13 @@ | ||
# Onomy Tests | ||
|
||
`onomy_test_lib` is the main crate for common test functionality. `tests` is mainly for local manual tests. | ||
`onomy_test_lib` is the main crate for common test functionality. `tests` is mainly for local semimanual tests. | ||
|
||
update onomyd and onexd versions through the constants in `common.rs`. | ||
|
||
for faster compilation, add this to `./cargo/config.toml`: | ||
``` | ||
[target.x86_64-unknown-linux-gnu] | ||
# follow the instructions on https://github.com/rui314/mold | ||
linker = "clang" | ||
rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"] | ||
``` |
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.