From 089ff89f49e4417cb42450d70704c7319e36091d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 27 May 2022 12:02:39 +0000 Subject: lib.systems: drop scaleway-c1 These servers apparently no longer exist, since September 2, 2021[1]. If somebody needs this for non-Scaleway machines, they should suggest its reintroduction with a different name. [1]: https://news.ycombinator.com/item?id=27192757 --- lib/systems/examples.nix | 2 -- lib/systems/platforms.nix | 7 ------- pkgs/stdenv/linux/make-bootstrap-tools-cross.nix | 1 - pkgs/top-level/release-cross.nix | 1 - 4 files changed, 11 deletions(-) diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index 170db6fb9fa..e41290864ed 100644 --- a/lib/systems/examples.nix +++ b/lib/systems/examples.nix @@ -79,8 +79,6 @@ rec { useLLVM = true; }; - scaleway-c1 = armv7l-hf-multiplatform // platforms.scaleway-c1; - pogoplug4 = { config = "armv5tel-unknown-linux-gnueabi"; } // platforms.pogoplug4; diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix index 72535372fc2..d93d292a9fb 100644 --- a/lib/systems/platforms.nix +++ b/lib/systems/platforms.nix @@ -242,13 +242,6 @@ rec { }; }; - scaleway-c1 = armv7l-hf-multiplatform // { - gcc = { - cpu = "cortex-a9"; - fpu = "vfpv3"; - }; - }; - utilite = { linux-kernel = { name = "utilite"; diff --git a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix index 9fc2300b6ef..02eb112451b 100644 --- a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix +++ b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix @@ -8,7 +8,6 @@ let lib = import ../../../lib; in lib.mapAttrs (n: make) (with lib.systems.examples; { armv5tel = sheevaplug; - scaleway = scaleway-c1; pogoplug4 = pogoplug4; armv6l = raspberryPi; armv7l = armv7l-hf-multiplatform; diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 63a4a335dc9..ba4f998296e 100644 --- a/pkgs/top-level/release-cross.nix +++ b/pkgs/top-level/release-cross.nix @@ -153,7 +153,6 @@ in /* Linux on armv7l-hf */ armv7l-hf = mapTestOnCross lib.systems.examples.armv7l-hf-multiplatform linuxCommon; - scaleway-c1 = mapTestOnCross lib.systems.examples.scaleway-c1 linuxCommon; pogoplug4 = mapTestOnCross lib.systems.examples.pogoplug4 linuxCommon; -- cgit 1.4.1