Michael R. Crusoe pushed to branch master at Debian Med / mypy


Commits:
cd87ebcd by Michael R. Crusoe at 2019-10-29T13:05:51Z
lower armhf, mips64el, mipsel

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+mypy (0.740-5) unstable; urgency=medium
+
+  * Some armhf builders have enough memeory for -O2 (arm-arm-01) but others
+    don't (arm-ubc-*), drop armhf to -O1
+  * mips64el and mipsel are still failing, sending them to the -O0 tier
+
+ -- Michael R. Crusoe <[email protected]>  Tue, 29 Oct 2019 14:02:38 
+0100
+
 mypy (0.740-4) unstable; urgency=medium
 
   * Poor mipsel & mipsel64, can't handle -O2 either. PowerPC and ia64 both have


=====================================
debian/rules
=====================================
@@ -14,11 +14,11 @@ endif
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 include /usr/share/dpkg/default.mk
-ifneq (,$(filter $(DEB_HOST_ARCH),armhf riscv64))
+ifneq (,$(filter $(DEB_HOST_ARCH),riscv64))
   export MYPYC_OPT_LEVEL=2
-else ifneq (,$(filter $(DEB_HOST_ARCH),armel mips64el mipsel alpha ia64 m68k))
+else ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf alpha ia64 m68k))
   export MYPYC_OPT_LEVEL=1
-else ifneq (,$(filter $(DEB_HOST_ARCH),powerpc sh4))
+else ifneq (,$(filter $(DEB_HOST_ARCH),mips64el mipsel powerpc sh4))
   export MYPYC_OPT_LEVEL=0
 endif
 



View it on GitLab: 
https://salsa.debian.org/med-team/mypy/commit/cd87ebcdd6750f62a3fe781167291a32119b7129

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/mypy/commit/cd87ebcdd6750f62a3fe781167291a32119b7129
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to