aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <[email protected]>2025-07-04 17:21:01 +0200
committerTor Arne Vestbø <[email protected]>2025-07-04 21:30:12 +0200
commit9de9e75b02aabe3e9e7cb1d2d1debe5d3ef60fc0 (patch)
tree995064e6f496210017d72042bf61416d57bfaef0
parent624f5c79beef7ff4c34fd83c6e4f59b3f50ea043 (diff)
coin: Add missing dependency config to macOS nightlyHEADdev
Change-Id: I0b09ee4b92f656d59204202dcdabebfc5aa2b011 Reviewed-by: Tero Heikkinen <[email protected]> Reviewed-by: Tor Arne Vestbø <[email protected]>
-rw-r--r--coin/platform_configs/nightly_macos.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/coin/platform_configs/nightly_macos.yaml b/coin/platform_configs/nightly_macos.yaml
index 9fed6436f..0d9c31dd1 100644
--- a/coin/platform_configs/nightly_macos.yaml
+++ b/coin/platform_configs/nightly_macos.yaml
@@ -1,5 +1,10 @@
Version: 2
Module only: True
+Include: [
+ macos.yaml: [
+ 'macos-universal-on-arm64'
+ ],
+]
Configurations:
-
Id: 'macos-26-arm64-developer-build'