diff options
Diffstat (limited to 'main/libunwind/10-disable-tests.patch')
-rw-r--r-- | main/libunwind/10-disable-tests.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main/libunwind/10-disable-tests.patch b/main/libunwind/10-disable-tests.patch deleted file mode 100644 index d353cb1e9d..0000000000 --- a/main/libunwind/10-disable-tests.patch +++ /dev/null @@ -1,14 +0,0 @@ -These tests are known to fail, so disable them. It's not problem just on -Alpine, Julia also disabled libunwind tests in their Makefile. - ---- a/Makefile.in -+++ b/Makefile.in -@@ -218,7 +218,7 @@ - ETAGS = etags - CTAGS = ctags - CSCOPE = cscope --DIST_SUBDIRS = src tests doc -+DIST_SUBDIRS = src doc - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) |