Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f15079

Browse filesBrowse files
aduh95richardlau
authored andcommitted
tools: remove custom logic for skipping test-strace-openat-openssl
PR-URL: #62038 Refs: #61987 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 51ded81 commit 0f15079
Copy full SHA for 0f15079

1 file changed

-6Lines changed: 0 additions & 6 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎shell.nix‎

Copy file name to clipboardExpand all lines: shell.nix
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ pkgs.mkShell {
106106

107107
BUILD_WITH = if (ninja != null) then "ninja" else "make";
108108
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-
);
115109
CONFIG_FLAGS = builtins.toString (
116110
configureFlags ++ pkgs.lib.optional (useSeparateDerivationForV8 != false) "--without-bundled-v8"
117111
);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.