Enable binfmts incase it is disabled
Pick-to: 6.5 6.6 Task-number: COIN-1075 Change-Id: I476833e87af213b4fd7eced4accdc19f093c6824 Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
parent
946f15efb7
commit
d4cccd0471
@ -305,6 +305,14 @@ instructions:
|
||||
condition: property
|
||||
property: target.osVersion
|
||||
in_values: [QEMU]
|
||||
# This fixes an issue where binfmts is sometimes disabled on the test VMs
|
||||
- type: ExecuteCommand
|
||||
command: sudo update-binfmts --enable
|
||||
userMessageOnFailure: "Failed to enable binfmts"
|
||||
enable_if:
|
||||
condition: property
|
||||
property: target.osVersion
|
||||
equals_value: QEMU
|
||||
|
||||
# Windows on Arm, cross-compilation with MSVC
|
||||
- type: Group
|
||||
|
Loading…
Reference in New Issue
Block a user