Loading debian/changelog +8 −0 Original line number Diff line number Diff line 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 <michael.crusoe@gmail.com> 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 Loading debian/rules +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
debian/changelog +8 −0 Original line number Diff line number Diff line 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 <michael.crusoe@gmail.com> 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 Loading
debian/rules +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading