Commit 8e5c7be
committed
Ignore virtualization check for arm64 for Linux platform
Looks like for arm64 hardware there is no `vmx|svm` flag which point out
if virtualization is enabled from bios or not. There is another way to
handle it using `virt-host-validate` command but that do more test which
we might not required. As of now this pr is going to ignore the
virtualization check on arm64 to unblock CI for arm.1 parent facc771 commit 8e5c7be
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
0 commit comments