1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Remove deleted check from ARM builds

This commit is contained in:
Thom Wiggers 2019-02-15 09:59:21 +01:00
parent bb38e64258
commit 2d09abcdf9
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -59,7 +59,7 @@ matrix:
os: linux
services: docker
env:
- MAKETARGET="run-functest-all run-testvectors-all run-sanitizer-all run-symbol-namespace-all"
- MAKETARGET="run-functest-all run-testvectors-all run-sanitizer-all"
script:
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
- docker run --rm -v `pwd`:`pwd` -w `pwd` "pqclean/debian-buster-arm" /bin/bash -c "uname -a &&
@ -68,7 +68,7 @@ matrix:
os: linux
services: docker
env:
- MAKETARGET="run-functest-all run-testvectors-all run-sanitizer-all run-symbol-namespace-all"
- MAKETARGET="run-functest-all run-testvectors-all run-sanitizer-all"
script:
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
- docker run --rm -v `pwd`:`pwd` -w `pwd` "pqclean/debian-buster-aarch64" /bin/bash -c "uname -a &&