Skip to content

Commit

Permalink
igraph: disable aarch64 (#11932)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
szhorvat committed May 9, 2024
1 parent e3ccec7 commit 889d0c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/igraph/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ sanitizers:
architectures:
- x86_64
- i386
- aarch64
fuzzing_engines:
- afl
- honggfuzz
Expand Down

0 comments on commit 889d0c5

Please sign in to comment.