~ruther/guix-local

ref: e68ec94fdb4c00a950480e845bc3746d6f01ce97 guix-local/gnu/packages/patches/gmime-disable-tests.patch -rw-r--r-- 446 bytes
e68ec94f — Christopher Baines gnu: guix-build-coordinator: Update to 0-136.a1c18b1. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
The test-pgp and test-pgpmime fail sporadically.
See: https://github.com/jstedfast/gmime/issues/177

*** source/tests/Makefile.am	1970-01-01 09:00:01.000000000 +0900
--- tests/Makefile.am.new	2025-04-03 23:11:19.220597686 +0900
***************
*** 22,33 ****
  	test-autocrypt	\
  	test-mime
  
- if ENABLE_CRYPTO
- AUTOMATED_TESTS +=	\
- 	test-pgp	\
- 	test-pgpmime
- endif
- 
  MANUAL_TESTS =		\
  	test-best	\
  	test-parser 	\
--- 22,27 ----