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-10-01 11:47:39 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-10-01 11:47:39 +0300
commit50aecdf538cb0ae36d70f07344f3718ef478c800 (patch)
tree0e0b122f46648a72384cab1cb7f3ea47c7bcd5b5
parentcb9d41695f495e2db9cf7a98891df09df95f4750 (diff)
Ci: Disable old wget on Windows
-rw-r--r--.craft.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/.craft.ini b/.craft.ini
index 7c9b5c101..015b3a8d1 100644
--- a/.craft.ini
+++ b/.craft.ini
@@ -59,6 +59,9 @@ CodeSigning/MacKeychainPath = sign-${Env:DRONE_BUILD_NUMBER}.keychain
# skip msys in normal builds its only needed for the cache
dev-utils/msys.ignored = True
+# trouble with https://community.letsencrypt.org/t/help-thread-for-dst-root-ca-x3-expiration-september-2021/149190
+dev-utils/wget.ignored = True
+
binary/mysql.ignored = True
libs/dbus.ignored = True
libs/icu.ignored = True