Skip to content

Commit

Permalink
nix: Use unwinding target for Ring test
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <nick@nickspinale.com>
  • Loading branch information
nspin committed Nov 15, 2024
1 parent 5826be1 commit 8703f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hacking/nix/scope/world/instances/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ in rec {
let
rootTask = lib.makeOverridable mkTask {
rootCrate = crates.ring;
targetTriple = mkSeL4RustTargetTriple { unwind = true; };
test = true;
justBuildTests = true;
features = [
Expand Down

0 comments on commit 8703f65

Please sign in to comment.