From 88f83ecae1e4d83a1d17ee500609ee6a4bfb40b0 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 25 Mar 2024 18:36:41 +0200 Subject: [PATCH] ERROR: sentry-crashpad/0.6.5: 'settings.arch' value not defined. --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 9f5ba87f9..9b52bf09e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -385,6 +385,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE - conan profile update settings.build_type=Release valentina - conan profile update settings.os=Macos valentina - conan profile update settings.os.sdk_version=${MACOS_DEPLOYMENT_TARGET} valentina + - conan profile update settings.arch=armv8 valentina - conan profile update settings.compiler=clang valentina - conan profile update settings.compiler.cppstd=17 valentina - conan profile update settings.compiler.libcxx=libstdc++11 valentina