[glib: 5/6] ci: growing_stack should be true for android and ios
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 5/6] ci: growing_stack should be true for android and ios
- Date: Tue, 2 Jun 2020 10:57:21 +0000 (UTC)
commit ab6b764e240724269818b25ca96deb2801ba76d7
Author: Nirbheek Chauhan <nirbheek centricular com>
Date: Fri May 29 02:44:44 2020 +0530
ci: growing_stack should be true for android and ios
We can't run this test when cross-compiling, but we know what this
should be on Android and iOS.
.gitlab-ci/android-setup-env.sh | 1 +
.gitlab-ci/cross_file_ios_example.txt | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/.gitlab-ci/android-setup-env.sh b/.gitlab-ci/android-setup-env.sh
index bdbb958e3..42620cca4 100755
--- a/.gitlab-ci/android-setup-env.sh
+++ b/.gitlab-ci/android-setup-env.sh
@@ -90,6 +90,7 @@ endian = 'little'
c_args = ['-I${prefix_path}/include']
c_link_args = ['-L${prefix_path}/lib64',
'-fuse-ld=gold']
+growing_stack = true
[binaries]
c = '${toolchain_path}/bin/${CC}'
diff --git a/.gitlab-ci/cross_file_ios_example.txt b/.gitlab-ci/cross_file_ios_example.txt
index b6fd52d0e..0afeef0bb 100644
--- a/.gitlab-ci/cross_file_ios_example.txt
+++ b/.gitlab-ci/cross_file_ios_example.txt
@@ -13,6 +13,7 @@ c_link_args = ['-arch', 'arm64', '-isysroot', '/Applications/Xcode.app/Contents/
cpp_link_args = ['-arch', 'arm64', '-isysroot',
'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk',
'-Wl,-iphoneos_version_min,11.0']
objc_link_args = ['-arch', 'arm64', '-isysroot',
'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk',
'-Wl,-iphoneos_version_min,11.0']
objcpp_link_args = ['-arch', 'arm64', '-isysroot',
'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk',
'-Wl,-iphoneos_version_min,11.0']
+growing_stack = true
[binaries]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]