Add more targets when potentially broken models are included

This commit is contained in:
Daniel Frank 2018-07-30 20:12:06 +02:00
parent 2839cdc451
commit 0b518e27fd
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -19,6 +19,21 @@ gluon_targets = %w(
x86-64
)
# Add more targets for experimental builds...
if ENV["BROKEN"]
gluon_targets += %w(
ar71xx-mikrotik
brcm2708-bcm2710
ipq806x
mvebu
ramips-mt7620
ramips-mt7628
ramips-rt305x
sunxi
)
end
gluon_targets.sort!.uniq!
gluon_site_packages = %w(
gluon-autoupdater
gluon-config-mode-autoupdater