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 c9d0ef8 commit 1384e59Copy full SHA for 1384e59
shell.nix
@@ -112,10 +112,6 @@ pkgs.mkShell {
112
# Different versions of Ada affect the WPT tests
113
"test-url"
114
]
115
- ++ pkgs.lib.optionals useSharedOpenSSL [
116
- # Path to the openssl.cnf is different from the expected one
117
- "test-strace-openat-openssl"
118
- ]
119
);
120
CONFIG_FLAGS = builtins.toString (
121
configureFlags ++ pkgs.lib.optional (useSeparateDerivationForV8 != false) "--without-bundled-v8"
0 commit comments