Commit c1c56a2
committed
Skip ACVP tests on Amazon Linux 2 containers
- Skip ACVP tests when Python on the container does not support
hashlib sha512_224.
- In previous commit, when adding several containers to
ec2_compatibilitytests, we found that three Amazon Linux 2 containers
could not run ACVP tests correctly due to missing support for newer
hashlib hash types:
* `amazonlinux-2-aarch:base`
* `amazonlinux-2-aarch:gcc-7x`
* `amazonlinux-2-aarch:clang-7x`
- For these containers, we set `acvptest` to false. We also added a guard
around `make quickcheck` in `ci_ec2_container.yml` and left a comment
for future refinement.
Signed-off-by: willieyz <willie.zhao@chelpis.com>1 parent 20112a6 commit c1c56a2
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
| 623 | + | |
623 | 624 | | |
| 625 | + | |
624 | 626 | | |
| 627 | + | |
625 | 628 | | |
626 | 629 | | |
627 | 630 | | |
| |||
654 | 657 | | |
655 | 658 | | |
656 | 659 | | |
657 | | - | |
| 660 | + | |
658 | 661 | | |
659 | 662 | | |
660 | 663 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
| |||
0 commit comments