[med-svn] [Git][med-team/simde][master] 2 commits: d/rules: Skip testing on clang for now to get package building
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Mon Jan 10 12:54:23 GMT 2022
Nilesh Patra pushed to branch master at Debian Med / simde
Commits:
cdee3c8e by Nilesh Patra at 2022-01-10T18:13:45+05:30
d/rules: Skip testing on clang for now to get package building
- - - - -
f74de86d by Nilesh Patra at 2022-01-10T18:13:45+05:30
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+simde (0.7.2-6) unstable; urgency=medium
+
+ * Team Upload.
+ * d/rules: Skip testing on clang for now to get package building
+
+ -- Nilesh Patra <nilesh at debian.org> Mon, 10 Jan 2022 18:10:36 +0530
+
simde (0.7.2-5) unstable; urgency=medium
* Testing: use g{cc,++}-10 until we there is a new release of SIMDe
=====================================
debian/rules
=====================================
@@ -42,9 +42,10 @@ endif
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test --builddirectory=gcc_test
- ifeq (,$(filter $(DEB_HOST_ARCH),$(CLANG_SKIP)))
- dh_auto_test --builddirectory=clang_test
- endif
+# Skip testing on clang for now owing to bug report #1002223
+# ifeq (,$(filter $(DEB_HOST_ARCH),$(CLANG_SKIP)))
+# dh_auto_test --builddirectory=clang_test
+# endif
endif
override_dh_auto_clean:
View it on GitLab: https://salsa.debian.org/med-team/simde/-/compare/476a5eb24f93a8da9fe9f38c05e0739fe6176d71...f74de86d327506f53361dcc4b8fe0ad94057f88c
--
View it on GitLab: https://salsa.debian.org/med-team/simde/-/compare/476a5eb24f93a8da9fe9f38c05e0739fe6176d71...f74de86d327506f53361dcc4b8fe0ad94057f88c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220110/735046e7/attachment.htm>
More information about the debian-med-commit
mailing list