Skip to content
Snippets Groups Projects
Commit 5565cf1e2d5e authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

packaging: remove the i686 wheel from the linux-wheels target

It is currently broken.
parent b5517711afca
No related branches found
No related tags found
2 merge requests!1100Merge stable into default,!1084wheel: add a target for musl linux and other nightly build improvement.
......@@ -125,7 +125,7 @@
$(foreach release,$(RHEL_RELEASES),$(eval $(call rhel_targets,$(release))))
.PHONY: linux-wheels
linux-wheels: linux-wheels-x86_64 linux-wheels-i686
linux-wheels: linux-wheels-x86_64
.PHONY: linux-wheels-x86_64
linux-wheels-x86_64:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment