Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanja Zaeske committed Apr 24, 2024
1 parent ce2e0c1 commit e4e2861
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -190,18 +190,6 @@
}).callPackage pkgs/seL4-test.nix
{ extraCmakeFlags = [ "-DPLATFORM=zcu102" ]; };

seL4-test-aarch64-zcu102-simulate = (import nixpkgs {
inherit system;
crossSystem.config = "aarch64-unknown-linux-musl";
overlays = [ self.overlays.default ];
}).callPackage pkgs/seL4-test.nix
{
extraCmakeFlags = [
"-DPLATFORM=zcu102"
"-DSIMULATION=1"
];
};


seL4-test-armv7l-rpi3 = (import nixpkgs {
inherit system;
Expand Down Expand Up @@ -427,7 +415,7 @@
let
pkgsCross = (import nixpkgs {
inherit system;
crossSystem.config = "armv7l-unknown-linux-gnu";
crossSystem.config = "armv7l-unknown-linux-gnueabi";
overlays = [
self.overlays.default
# seL4's musllibc fork can't stand modern bintools because its too old.
Expand Down

0 comments on commit e4e2861

Please sign in to comment.