From 889d0c5b017b8851118efe692eec06fbe83f6277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Thu, 9 May 2024 20:17:51 +0000 Subject: [PATCH] igraph: disable aarch64 (#11932) I originally added this to make it easier to reproduce issues with Docker on Apple Silicon machines, but it broke the build. It seems OSS-Fuzz uses cross-compilation? It's possible to make this work for igraph, but I'm not ready to do it now given that aarch64 support is not even finalized in OSS-Fuzz. --- projects/igraph/project.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/igraph/project.yaml b/projects/igraph/project.yaml index 8c8242682da5..0086f3432b28 100644 --- a/projects/igraph/project.yaml +++ b/projects/igraph/project.yaml @@ -15,7 +15,6 @@ sanitizers: architectures: - x86_64 - i386 - - aarch64 fuzzing_engines: - afl - honggfuzz