[libvirt PATCH 17/20] ci: build.sh: Make the script executable

Erik Skultety eskultet at redhat.com
Mon Feb 6 13:53:14 UTC 2023


Unless we run it as 'sh ci/build.sh' in .gitlab-ci.yml recipes and
instead opt into doing 'chmod +x && ci/build.sh' it will cause meson
dist build to fail with a fatal error about having uncommitted changes
in the repo. Therefore, let's just make the script executable, it's the
most straightforward solution.

Signed-off-by: Erik Skultety <eskultet at redhat.com>
---
 ci/build.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 ci/build.sh

diff --git a/ci/build.sh b/ci/build.sh
old mode 100644
new mode 100755
-- 
2.39.1



More information about the libvir-list mailing list