summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-10-06 22:11:45 +1100
committerJustin Bedo <cu@cua0.org>2021-10-06 22:11:45 +1100
commit53390772ca02249937ea0c5fe7bb2f6503bb490f (patch)
tree630b86a61fdbd83755170a0deccae9944e5f529f
parentMerge pull request #140734 from r-ryantm/auto-update/python3.8-google-cloud-c... (diff)
downloadnixpkgs-53390772ca02249937ea0c5fe7bb2f6503bb490f.tar.gz
top-level/release-r.nix: init Hydra job set for rPackages
-rw-r--r--pkgs/top-level/release-r.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/top-level/release-r.nix b/pkgs/top-level/release-r.nix
new file mode 100644
index 000000000000..d31e9ced22d5
--- /dev/null
+++ b/pkgs/top-level/release-r.nix
@@ -0,0 +1,13 @@
+/*
+ This is the Hydra jobset for the `r-updates` branch in Nixpkgs.
+ The jobset can be tested by:
+
+ $ hydra-eval-jobs -I . pkgs/top-level/release-r.nix
+*/
+{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ] }:
+
+with import ./release-lib.nix { inherit supportedSystems; };
+
+mapTestOn {
+ rPackages = packagePlatforms pkgs.rPackages;
+}