mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-27 08:49:14 +08:00
'cp -p' attempts to copy NFSv4 ACL extended attributes when preserving permissions. On filesystems that do not support these xattrs (e.g., ext4), this results in `Operation not supported` and causes 'cp' to fail. Add explicit skip entries for these attributes in /etc/xattr.conf so libattr ignores them during copy operations. This is needed to get bitbake builds to work when using download cache from NFS4 mount. Change-Id: I3dabb065c4d9928121fe14d0fdc896c7415bdcb9 Reviewed-by: Toni Saario <toni.saario@qt.io>
Continuous Integration ====================== This directory contains files used by Qt's Continuous Integration system (Coin). pre-provisioning ---------------- Contains scripts which are used to install software to tier1 machines manually. E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates. provisioning ------------ Contains scripts that apply to different test machines in order to run automatic tests on them. For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set. (Run as admin in PowerShell)