Skip to content

Commit

Permalink
github-action: Test error capturing with specific use-case
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Feb 16, 2022
1 parent 6afa459 commit fbd9819
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spk/homeassistant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ WHEELS_BUILD_ARGS += --enable-zlib
# [numpy]
# gcc-4.6.4 failed with exit status 1
# https://github.com/numpy/numpy/issues/20664
UNSUPPORTED_ARCHS = $(ARMv5_ARCHS)
#UNSUPPORTED_ARCHS = $(ARMv5_ARCHS)

include ../../mk/spksrc.spk.mk

Expand All @@ -75,9 +75,9 @@ ifeq ($(call version_lt, $(TC_GCC), 5.0),1)
WHEELS_CPPFLAGS = [numpy] -std=c++0x
# workaround for compiler bug:
# https://github.com/numpy/numpy/issues/13622
ifeq ($(findstring $(ARCH),$(ARMv8_ARCHS)),$(ARCH))
WHEELS_CFLAGS = [numpy] -O0
endif
#ifeq ($(findstring $(ARCH),$(ARMv8_ARCHS)),$(ARCH))
#WHEELS_CFLAGS = [numpy] -O0
#endif
endif

.PHONY: homeassistant_extra_install
Expand Down

0 comments on commit fbd9819

Please sign in to comment.