From 3365ae75f8dec35dc26a1288665b5115f0f37c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 3 Mar 2023 10:13:30 +0100 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20build=20for=20riscv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 +- hydra/jobsets.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9b50478..2519aad 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ inherit (nur) overlays modules lib; hydraJobs = - if (system == "x86_64-linux") || (system == "aarch64-linux") || (system == "riscv64-linux") + if (system == "x86_64-linux") || (system == "aarch64-linux") then { inherit packages devShells formatter; } diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index 32e4cd1..5c5ddbe 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -4,7 +4,7 @@ }: let pkgs = import nixpkgs {}; prs = builtins.fromJSON (builtins.readFile prsJSON); - systems = ["x86_64-linux" "aarch64-linux" "riscv64-linux"]; + systems = ["x86_64-linux" "aarch64-linux"]; nixpkgs_version = ["master" "nixos-22.05"]; mkJobsets = system: version: (pkgs.lib.mapAttrs' (