summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMakoto Kato <m_kato@ga2.so-net.ne.jp>2020-10-12 15:57:38 +0000
committerMakoto Kato <m_kato@ga2.so-net.ne.jp>2020-10-12 15:57:38 +0000
commit2a70b77de118976765793f9c109a6ee51cfd66d9 (patch)
treee081082105e37a4d6c612d640eb11e80a896bfd9 /tests
parenta775e526d5b24fa118ffd2668983b66ca057fa76 (diff)
downloadnss-hg-2a70b77de118976765793f9c109a6ee51cfd66d9.tar.gz
Bug 1657255 - Update CI for aarch64. r=kjacobs
Actually, we have the implementation of ARM Crypto extension, so CI is always run with this extension. It means that we don't run CI without ARM Crypto extension. So I would like to add NoAES and NoSHA for aarch64 CI. Also, we still run NoSSE4_1 on aarch64 CI, so we shouldn't run this on aarch64 hardware. Differential Revision: https://phabricator.services.mozilla.com/D93062
Diffstat (limited to 'tests')
-rwxr-xr-xtests/common/cleanup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common/cleanup.sh b/tests/common/cleanup.sh
index 6316eecf8..f9c5f5961 100755
--- a/tests/common/cleanup.sh
+++ b/tests/common/cleanup.sh
@@ -34,6 +34,8 @@ if [ -z "${CLEANUP}" -o "${CLEANUP}" = "${SCRIPTNAME}" ]; then
echo "IOPR_HOSTADDR_LIST=${IOPR_HOSTADDR_LIST}"
echo "PKITS_DATA=${PKITS_DATA}"
echo "NSS_DISABLE_HW_AES=${NSS_DISABLE_HW_AES}"
+ echo "NSS_DISABLE_HW_SHA1=${NSS_DISABLE_HW_SHA1}"
+ echo "NSS_DISABLE_HW_SHA2=${NSS_DISABLE_HW_SHA2}"
echo "NSS_DISABLE_PCLMUL=${NSS_DISABLE_PCLMUL}"
echo "NSS_DISABLE_AVX=${NSS_DISABLE_AVX}"
echo "NSS_DISABLE_ARM_NEON=${NSS_DISABLE_ARM_NEON}"