rust-hypervisor-firmware: check if path exists
This commit is contained in:
parent
6ca1fd3038
commit
6534a3aeaa
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ let
|
|||
|
||||
target = ./. + "/${arch}-unknown-none.json";
|
||||
|
||||
in
|
||||
|
||||
assert lib.assertMsg (builtins.pathExists target) "Target spec not found";
|
||||
|
||||
let
|
||||
cross = import ../../../.. {
|
||||
system = hostPlatform.system;
|
||||
crossSystem = lib.systems.examples."${arch}-embedded" // {
|
||||
|
|
Loading…
Reference in a new issue