Description of changes:
Adding support for AL2 ACCP testing within our CI. This change also removes the newly introduced -DcmakeBin property in gradle. I've made detecting cmake3 within our gradle scripts "automatic". If cmake3 is not detected within the system, we'll fall back to regular cmake. OS that have cmake3 are known to cap their regular cmake version below cmake versions 3.
AL2 CI changes include AL2 + corretto 8,11, 17 on both ARM and x86. Tested on https://github.com/samuel40791765/amazon-corretto-crypto-provider/pull/16 (Windows failure can be ignored)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
CryptoAlg-1178
Description of changes: Adding support for AL2 ACCP testing within our CI. This change also removes the newly introduced
-DcmakeBin
property in gradle. I've made detectingcmake3
within our gradle scripts "automatic". Ifcmake3
is not detected within the system, we'll fall back to regularcmake
. OS that havecmake3
are known to cap their regularcmake
version below cmake versions 3. AL2 CI changes include AL2 + corretto 8,11, 17 on both ARM and x86. Tested on https://github.com/samuel40791765/amazon-corretto-crypto-provider/pull/16 (Windows failure can be ignored)By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.