Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-05-20 14:03:17 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-05-20 14:03:17 +0300
commit810b4b2cc3bc855e1b9f80e7c5ab04122472d0df (patch)
tree4e08dc6da4a2c3afc29d8ce2ee7c52d928793797 /.craft.ini
parent28f462fd0686b940d53c7cb97f04a0beb149ef9f (diff)
Ci: Skip msys on the ci
Diffstat (limited to '.craft.ini')
-rw-r--r--.craft.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/.craft.ini b/.craft.ini
index 946163e56..c61f1b356 100644
--- a/.craft.ini
+++ b/.craft.ini
@@ -56,6 +56,9 @@ CodeSigning/MacDeveloperId = ownCloud GmbH (4AP2STM4H5)
CodeSigning/MacKeychainPath = sign-${Env:DRONE_BUILD_NUMBER}.keychain
[BlueprintSettings]
+# skip msys in normal builds its only needed for the cache
+dev-utils/msys.ignored = True
+
binary/mysql.ignored = True
libs/dbus.ignored = True
libs/icu.ignored = True