Skip to content

Commit

Permalink
Currently drop build for CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Oct 12, 2019
1 parent b0d3838 commit c7cb9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.builder
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DEBIAN_BUILD_DIRS.vm-stretch := debian-pkg/debian
DEBIAN_BUILD_DIRS.vm-buster := debian-pkg/debian
DEBIAN_BUILD_DIRS := $(DEBIAN_BUILD_DIRS.$(PACKAGE_SET)-$(DIST))
ifneq ($(DIST),centos7)
ifneq ($(DISTRIBUTION),centos)
RPM_SPEC_FILES := python3-u2flib-host.spec
endif

Expand Down

0 comments on commit c7cb9fc

Please sign in to comment.