Module: Mesa
Branch: main
Commit: 22f4ca2cf3c271f89f2f902f35647c098ce4c232
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=22f4ca2cf3c271f89f2f902f35647c098ce4c232

Author: Eric Engestrom <[email protected]>
Date:   Thu Nov  2 17:50:31 2023 +0000

ci/build-deqp: stop ignoring failures while fetching patches

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26013>

---

 .gitlab-ci/container/build-deqp.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/container/build-deqp.sh 
b/.gitlab-ci/container/build-deqp.sh
index 949685e7492..ef3cd2e5429 100644
--- a/.gitlab-ci/container/build-deqp.sh
+++ b/.gitlab-ci/container/build-deqp.sh
@@ -8,7 +8,7 @@
 # DEBIAN_X86_64_TEST_VK_TAG
 # KERNEL_ROOTFS_TAG
 
-set -ex
+set -ex -o pipefail
 
 git config --global user.email "[email protected]"
 git config --global user.name "Mesa CI"

Reply via email to