-
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: Move i386 clang check-memory run to amd64
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. Also stop running distcheck on clang and i386 -- things that break the "dist" part of it are almost always platform independent. Change the order in unit-tests-refresh.yml to match the order in unit-tests.yml to reduce confusion.
- Loading branch information
1 parent
853f287
commit 90a27b9
Showing
2 changed files
with
19 additions
and
14 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