mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
ci: display installed packages at start of build
When a build fails it is helpful to know what packages were installed, because by the time we look at the build job output, the original container image might have changed. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
6fac961b08
commit
4f08dfa5f4
@ -24,6 +24,7 @@ include: '/ci/gitlab.yml'
|
||||
key: "$CI_JOB_NAME"
|
||||
before_script:
|
||||
- *script_variables
|
||||
- cat /packages.txt
|
||||
script:
|
||||
- meson setup build --werror $MESON_ARGS || (cat build/meson-logs/meson-log.txt && exit 1)
|
||||
- meson dist -C build --no-tests
|
||||
@ -43,6 +44,7 @@ include: '/ci/gitlab.yml'
|
||||
key: "$CI_JOB_NAME"
|
||||
before_script:
|
||||
- *script_variables
|
||||
- cat /packages.txt
|
||||
script:
|
||||
- meson setup build --werror $MESON_OPTS || (cat build/meson-logs/meson-log.txt && exit 1)
|
||||
- meson compile -C build
|
||||
|
Loading…
Reference in New Issue
Block a user