##// END OF EJS Templates
packaging: remove the i686 wheel from the linux-wheels target...
marmoute -
r53154:5565cf1e stable
parent child Browse files
Show More
@@ -125,7 +125,7 b' endef'
125 $(foreach release,$(RHEL_RELEASES),$(eval $(call rhel_targets,$(release))))
125 $(foreach release,$(RHEL_RELEASES),$(eval $(call rhel_targets,$(release))))
126
126
127 .PHONY: linux-wheels
127 .PHONY: linux-wheels
128 linux-wheels: linux-wheels-x86_64 linux-wheels-i686
128 linux-wheels: linux-wheels-x86_64
129
129
130 .PHONY: linux-wheels-x86_64
130 .PHONY: linux-wheels-x86_64
131 linux-wheels-x86_64:
131 linux-wheels-x86_64:
General Comments 0
You need to be logged in to leave comments. Login now