mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 06:12:15 +00:00
disable wrap mode for debian (if deps are missing we don't run packaging)
This commit is contained in:
parent
70dd892f9d
commit
6ab897f66b
@ -13,7 +13,7 @@ endif
|
|||||||
CONFARGS =
|
CONFARGS =
|
||||||
|
|
||||||
ifneq ($(CI),)
|
ifneq ($(CI),)
|
||||||
CONFARGS += --werror --wrap-mode=default
|
CONFARGS += --werror
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
|
ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
|
||||||
|
Loading…
Reference in New Issue
Block a user