We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-strace-openat-openssl
1 parent a5e534c commit 97c6e3dCopy full SHA for 97c6e3d
shell.nix
@@ -106,12 +106,6 @@ pkgs.mkShell {
106
107
BUILD_WITH = if (ninja != null) then "ninja" else "make";
108
NINJA = pkgs.lib.optionalString (ninja != null) "${pkgs.lib.getExe ninja}";
109
- CI_SKIP_TESTS = pkgs.lib.concatStringsSep "," (
110
- pkgs.lib.optionals useSharedOpenSSL [
111
- # Path to the openssl.cnf is different from the expected one
112
- "test-strace-openat-openssl"
113
- ]
114
- );
115
CONFIG_FLAGS = builtins.toString (
116
configureFlags ++ pkgs.lib.optional (useSeparateDerivationForV8 != false) "--without-bundled-v8"
117
);
0 commit comments