mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Don't hardcode list of git submodules
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
673c62a3b7
commit
2b48ab6176
@ -44,7 +44,7 @@ CI_CONFIGURE_ARGS =
|
||||
|
||||
# Avoid pulling submodules over the network by locally
|
||||
# cloning them
|
||||
CI_SUBMODULES = .gnulib src/keycodemapdb
|
||||
CI_SUBMODULES = $(shell git submodule | awk '{ print $$2 }')
|
||||
|
||||
# Location of the Docker images we're going to pull
|
||||
# Can be useful to overridde to use a locally built
|
||||
|
Loading…
x
Reference in New Issue
Block a user