Merge "Debian: enable building Bifrost images on x86-64"

This commit is contained in:
Zuul 2021-12-08 21:07:07 +00:00 committed by Gerrit Code Review
commit 0bae22d5f0
3 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@ Image,CentOS,,Ubuntu,,Debian
,Binary,Source,Binary,Source,Binary,Source
aodh,C,C,C,C,N,C
barbican,C,C,C,C,N,C
bifrost,N,C,N,N,N,N
bifrost,N,N,N,N,N,N
blazar,N,C,N,C,N,C
ceilometer,C,C,C,C,N,C
cinder,C,C,C,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
2 ,Binary,Source,Binary,Source,Binary,Source
3 aodh,C,C,C,C,N,C
4 barbican,C,C,C,C,N,C
5 bifrost,N,C,N,N,N,N bifrost,N,N,N,N,N,N
6 blazar,N,C,N,C,N,C
7 ceilometer,C,C,C,C,N,C
8 cinder,C,C,C,C,N,C

View File

@ -2,7 +2,7 @@ Image,CentOS,,Ubuntu,,Debian
,Binary,Source,Binary,Source,Binary,Source
aodh,C,C,C,C,C,C
barbican,C,T,C,C,C,C
bifrost,N,T,N,C,N,N
bifrost,N,T,N,C,N,C
blazar,N,C,N,C,N,C
ceilometer,C,C,C,C,C,C
cinder,C,T,C,T,C,C

1 Image,CentOS,,Ubuntu,,Debian
2 ,Binary,Source,Binary,Source,Binary,Source
3 aodh,C,C,C,C,C,C
4 barbican,C,T,C,C,C,C
5 bifrost,N,T,N,C,N,N bifrost,N,T,N,C,N,C
6 blazar,N,C,N,C,N,C
7 ceilometer,C,C,C,C,C,C
8 cinder,C,T,C,T,C,C

View File

@ -111,8 +111,6 @@ UNBUILDABLE_IMAGES = {
},
'debian': {
"bifrost-base", # tries to install 'mysql-server' which is not in
# Debian 'buster' (fixed in Yoga)
"qdrouterd", # no qdrouterd package in Debian bullseye
},