Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: remove custom logic for skipping test-strace-openat-openssl
  • Loading branch information
aduh95 committed Mar 1, 2026
commit 97c6e3dd120560f1cdd03fb340f217e833a1af83
6 changes: 0 additions & 6 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ pkgs.mkShell {

BUILD_WITH = if (ninja != null) then "ninja" else "make";
NINJA = pkgs.lib.optionalString (ninja != null) "${pkgs.lib.getExe ninja}";
CI_SKIP_TESTS = pkgs.lib.concatStringsSep "," (
pkgs.lib.optionals useSharedOpenSSL [
# Path to the openssl.cnf is different from the expected one
"test-strace-openat-openssl"
]
);
CONFIG_FLAGS = builtins.toString (
configureFlags ++ pkgs.lib.optional (useSeparateDerivationForV8 != false) "--without-bundled-v8"
);
Expand Down