-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: Drop i386 clang check-memory
In recent Debian testing, valgrind now shows a gazillion Memcheck:{Cond,Value4} errors all over the place: in GMP, GnuTLS, glib hashtables, and even strcmp(). Give up at last, and run valgrind on 64 bit only. This also becomes less important with us moving more and more code away from C. Add a comment about the explicit "check" run. It was introduced in commit 1ef0001 to run static code checks, which don't work against a tarball in "distcheck". Change the order in unit-tests-refresh.yml to match the order in unit-tests.yml to reduce confusion.
- Loading branch information
1 parent
0c6bb35
commit ecf6250
Showing
2 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters