* CMake: ARM toolchain files * CI: Cross compile for ARM instead of emulating the entire build * CMake: do not use mcpu=native when cross compiling * CI: Disable testapproval [skip ci] * CI: Disable armel tests * CI: Disable test_mem on ARM
* OQS_BUILD_PORTABLE -> OQS_PORTABLE_BUILD and associated changes. * subprocess.run() -> subprocess.Popen() + subprocess.communicate(). * Changed temporary storage location used for memory benchmarking.