diff --git a/.travis.yml b/.travis.yml index 38006d63f..4574de214 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,8 @@ matrix: - .travis/all-tests.sh - os: linux compiler: arm-linux-gnueabi-gcc + env: + - ENABLE_KEM_SIKE=0 addons: apt: packages: diff --git a/README.md b/README.md index 1f5b9b779..2671b5a30 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Once the toolchain is installed, you can use the following scripts to build and scripts/arm-cross-compile.sh scripts/arm-run-tests-qemu.sh -At present there are still some quirks with our ARM build, including problems with the Picnic and qTESLA and the known answer tests causing build errors or segmentation faults. See issues #461, #462, and #463. +At present there are still some quirks with our ARM build, including problems with SIKE, Picnic and qTESLA and the known answer tests causing build errors or segmentation faults. See issues #461, #462, and #463. Documentation ------------- diff --git a/src/kem/sike/Makefile.am b/src/kem/sike/Makefile.am index 61695a415..5288e1071 100644 --- a/src/kem/sike/Makefile.am +++ b/src/kem/sike/Makefile.am @@ -5,7 +5,6 @@ libkemsike_la_SOURCES = kem_sike.c P434/P434.c P503/P503.c P610/P610.c P751/P751 # FIXMEOQS: use _FAST_ flag for AMD64 and ARM64 - if X86 SIKE_FLAGS = -D_GENERIC_ -D_X86_ else