summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorMartin Klos <martin.klos@basyskom.com>2021-01-19 16:53:23 +0100
committerJannis Völker <jannis.voelker@basyskom.com>2022-11-11 12:47:52 +0000
commit6a1a89b485ff373a5710ec73be06ab2039a33572 (patch)
tree505638e54c385df3c632691d1766e1b827cb7a7c /coin
parent50dba29a20474210743131076ce1e32a6593cda6 (diff)
Update open62541 to 1.3
The open62541 plugin now supports the Aes128_Sha256_RsaOaep security policy. MacOS on M1 has been disabled due to issue #5198 in open62541. Change-Id: I8b1cf704a9a0532fa9eb2c9099cac62ac9263a49 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml23
1 files changed, 20 insertions, 3 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 4b23a90..55b8f56 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -1,8 +1,25 @@
version: 2
accept_configuration:
- condition: property
- property: features
- not_contains_value: Disable
+ condition: and
+ conditions:
+ - condition: property
+ property: features
+ not_contains_value: Disable
+ - condition: and
+ conditions:
+ - condition: or
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: MacOS
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ equals_value: MacOS
+ - condition: property
+ property: target.arch
+ not_equals_value: ARM64
instructions:
Build: