From 956e7a4413fbc86d0d42d95198a642eccc2c8efd Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 15 Aug 2019 17:00:00 -0700 Subject: [PATCH] drone 4g mem --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b6a538ff..e4276dfb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ pipeline: - export GO111MODULE=off - go clean -cache -modcache build-linux: - mem_limit: 3G + mem_limit: 4G image: therecipe/qt:linux_static when: repo: cwtch.im/ui @@ -51,7 +51,7 @@ pipeline: - sha256sum $FILENAME > $FILENAME.sha256 - rm -r cwtch build-android: - mem_limit: 3G + mem_limit: 4G image: therecipe/qt:android when: repo: cwtch.im/ui @@ -78,7 +78,7 @@ pipeline: - cp android/build-debug.apk $FILENAME - sha256sum $FILENAME > $FILENAME.sha256 build-windows: - mem_limit: 3G + mem_limit: 4G image: therecipe/qt:windows_64_static when: repo: cwtch.im/ui