about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-06-05 09:12:30 +0200
committerVladimír Čunát <v@cunat.cz>2020-06-05 09:12:30 +0200
commit677e3960b51ef3160faa7af3e911bb93ae704f90 (patch)
treeeecd505836fe089bef2d468a8717c00949c28c31 /pkgs/applications/networking
parentbe7c11c439adbd80098283fe971ae773014f4376 (diff)
parent59e8e7a129c1f9f657139b8554e1adf41c26de40 (diff)
downloadnixlib-677e3960b51ef3160faa7af3e911bb93ae704f90.tar
nixlib-677e3960b51ef3160faa7af3e911bb93ae704f90.tar.gz
nixlib-677e3960b51ef3160faa7af3e911bb93ae704f90.tar.bz2
nixlib-677e3960b51ef3160faa7af3e911bb93ae704f90.tar.lz
nixlib-677e3960b51ef3160faa7af3e911bb93ae704f90.tar.xz
nixlib-677e3960b51ef3160faa7af3e911bb93ae704f90.tar.zst
nixlib-677e3960b51ef3160faa7af3e911bb93ae704f90.zip
Merge #82342: rustPlatform: increase build-speed of `checkPhase`
...for rust-packages (into staging)
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/nym/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/nym/default.nix b/pkgs/applications/networking/nym/default.nix
index 6bb86c016ba3..1ff449eab0cc 100644
--- a/pkgs/applications/networking/nym/default.nix
+++ b/pkgs/applications/networking/nym/default.nix
@@ -24,6 +24,8 @@ rustPlatform.buildRustPackage rec {
 
   buildInputs = [ openssl ];
 
+  checkType = "debug";
+
   /*
   Nym's test presence::converting_mixnode_presence_into_topology_mixnode::it_returns_resolved_ip_on_resolvable_hostname tries to resolve nymtech.net.
   Since there is no external DNS resolution available in the build sandbox, we point cargo and its children (that's what we remove the 'unsetenv' call for) to a hosts file in which we statically resolve nymtech.net.