On Tue, Aug 10, 2021 at 11:07 AM Daniel P. Berrangé <berra...@redhat.com> wrote: > > The windows cross builds still take way too long in gitlab CI, so need > more targets to be skipped. We don't want to hurt coverage of other > cross builds more though, so we let jobs fine tune with a new env > variale $CROSS_SKIP_TARGETS.
s/variale/variable > > We take the set of targets that are considered relatively niche or > very old architectures, and skip approx half of them in win32 builds > and the other half of them in win64. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > .gitlab-ci.d/crossbuild-template.yml | 2 +- > .gitlab-ci.d/crossbuilds.yml | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) > Reviewed-by: Willian Rampazzo <willi...@redhat.com>