mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 06:38:06 -05:00
fix(ci): only check test vectors on x86
This commit is contained in:
committed by
Nicolas Sarlin
parent
0aa0918fea
commit
d6a0a366b9
@@ -8,6 +8,11 @@ MODE="$1"
|
||||
TARGET_DIR="$2"
|
||||
CHECKSUM_FILE="checksums.sha256"
|
||||
|
||||
if [ -z "$(uname -a | grep x86)" ]; then
|
||||
echo "Wrong architecture for test vectors, only x86 is supported"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z "$MODE" ] || [ -z "$TARGET_DIR" ]; then
|
||||
echo "Usage: $0 <mode> <target dir>"
|
||||
echo "Modes:"
|
||||
|
||||
Reference in New Issue
Block a user