Skip to content

Commit

Permalink
nix: Work around issue in sel4test
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Aug 10, 2023
1 parent 4b6eb5c commit 5d3c7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hacking/nix/top-level/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ in {

sel4testInstances = (map (x: x.this.sel4test) [
pkgs.host.aarch64.none
pkgs.host.aarch32.none
pkgs.host.aarch32.linux # TODO figure out why none doesn't pass
pkgs.host.riscv64.none
pkgs.host.riscv32.none
# TODO figure out why none doesn't work
# TODO figure out why none doesn't build
pkgs.host.x86_64.linux
pkgs.host.ia32.linux
]);
Expand Down

0 comments on commit 5d3c7e3

Please sign in to comment.