about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-04 18:00:55 +0000
committerGitHub <noreply@github.com>2024-03-04 18:00:55 +0000
commitfe2479b166b82acc00a7414e8d783ec0acfdb9a9 (patch)
tree4b2399c55236b9e4f0c57fababf2018258c3aa57 /pkgs/stdenv
parent6620dd578cad3b159143320f58056ce8b9b4847e (diff)
parente4e6b7e542c6f50419b32563278acf05494c7d11 (diff)
downloadnixlib-fe2479b166b82acc00a7414e8d783ec0acfdb9a9.tar
nixlib-fe2479b166b82acc00a7414e8d783ec0acfdb9a9.tar.gz
nixlib-fe2479b166b82acc00a7414e8d783ec0acfdb9a9.tar.bz2
nixlib-fe2479b166b82acc00a7414e8d783ec0acfdb9a9.tar.lz
nixlib-fe2479b166b82acc00a7414e8d783ec0acfdb9a9.tar.xz
nixlib-fe2479b166b82acc00a7414e8d783ec0acfdb9a9.tar.zst
nixlib-fe2479b166b82acc00a7414e8d783ec0acfdb9a9.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools-cross.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
index 124575af6888..fd0d3a7cd5d0 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
@@ -12,7 +12,10 @@ let
     pkgs = releaseLib.pkgsForCross crossSystem system;
   };
 in lib.mapAttrs (n: make) (with lib.systems.examples; {
-  # NOTE: Only add platforms for which there are files in `./bootstrap-files`.
+  # NOTE: Only add platforms for which there are files in `./bootstrap-files`
+  # or for which you plan to request the tarball upload soon. See the
+  #   maintainers/scripts/bootstrap-files/README.md
+  # on how to request an upload.
   # Sort following the sorting in `./default.nix` `bootstrapFiles` argument.
 
   armv5tel-unknown-linux-gnueabi = sheevaplug;