python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / top-level / release-r.nix
blob4c715a7786d6cb631df336c47a6b8828de1e8994
1 /*
2   This is the Hydra jobset for the `r-updates` branch in Nixpkgs.
3   The jobset can be tested by:
5   $ hydra-eval-jobs -I . pkgs/top-level/release-r.nix
6 */
7 { supportedSystems ? [ "x86_64-linux" "aarch64-linux" ] }:
9 with import ./release-lib.nix { inherit supportedSystems; };
11 mapTestOn {
12   rPackages = packagePlatforms pkgs.rPackages;