gitlab: Allow du to fail in cerbero scripts
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 3 Feb 2021 08:35:19 +0000 (14:05 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 3 Feb 2021 08:35:19 +0000 (14:05 +0530)
commit26a990454c958b0f9771b5c8392564734121e212
treec9ea4f3ebeaa4c81994cff9bfe2215a7a43181cd
parent114ce593ef1df9e5e7199968fe07e7fbd947ee31
gitlab: Allow du to fail in cerbero scripts

It's purely for informative reasons. `du` will fail on the sources dir
if a branch name has unicode in it due to an MSYS/MinGW bug. The long
term fix is to from MSYS/MinGW to MSYS/MinGW-W64 or MSYS2/MinGW-W64.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/395>
gitlab/cerbero_setup.sh