forked from betrusted-io/xous-core
-
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.
- Loading branch information
Showing
3 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -118,9 +118,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> { | |
// concerned about software supply chain and more focused on developer convenience. | ||
let base_pkgs_remote = [ | ||
"[email protected]", // "well known" service: debug logging | ||
"[email protected].23", // "well known" service: manage inter-server connection lookup | ||
"[email protected].19", // ticktimer registers with susres to coordinate time continuity across sleeps | ||
"[email protected].18", // "well known" service: thread scheduling | ||
"[email protected].24", // "well known" service: manage inter-server connection lookup | ||
"[email protected].20", // ticktimer registers with susres to coordinate time continuity across sleeps | ||
"[email protected].19", // "well known" service: thread scheduling | ||
].to_vec(); | ||
let xous_kernel_remote = "[email protected]"; | ||
|
||
|
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 |
---|---|---|
|
@@ -14,13 +14,13 @@ pub fn check_project_consistency() -> Result<(), DynError> { | |
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected].19", | ||
"[email protected].17", | ||
"[email protected].17", | ||
"[email protected].20", | ||
"[email protected].18", | ||
"[email protected].18", | ||
"[email protected]", | ||
"[email protected].23", | ||
"[email protected].19", | ||
"[email protected].18", | ||
"[email protected].24", | ||
"[email protected].20", | ||
"[email protected].19", | ||
// this set is only updated if the utralib changes | ||
"[email protected]", | ||
"[email protected]", | ||
|