| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 51ded81 commit 0f15079
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -106,12 +106,6 @@ pkgs.mkShell { | |||
| 106 | 106 | ||
| 107 | 107 | BUILD_WITH = if (ninja != null) then "ninja" else "make"; | |
| 108 | 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 | 109 | CONFIG_FLAGS = builtins.toString ( | |
| 116 | 110 | configureFlags ++ pkgs.lib.optional (useSeparateDerivationForV8 != false) "--without-bundled-v8" | |
| 117 | 111 | ); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments