Skip to content

Commit

Permalink
RHEL7Build: Disable Valgrind (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Sep 9, 2021
1 parent 0df201d commit d05087c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master/custom/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ class RHEL7Build(UnixBuild):
"--with-lto",
"--with-ssl-default-suites=openssl",
"--without-static-libpython",
"--with-valgrind",
# Not all workers have Valgrind headers installed
# "--with-valgrind",
]


Expand Down

0 comments on commit d05087c

Please sign in to comment.