From 2760cb8564ea7ab20053f5c9380fd50a03694e7e Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:37:08 -0400 Subject: [PATCH] Opt out of allstar binary artifacts check (#7816) These binaries are necessary and are only run during testing. Fixes https://github.com/google/oss-fuzz/issues/7802 --- .allstar/binary_artifacts.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .allstar/binary_artifacts.yaml diff --git a/.allstar/binary_artifacts.yaml b/.allstar/binary_artifacts.yaml new file mode 100644 index 000000000..f389fbb70 --- /dev/null +++ b/.allstar/binary_artifacts.yaml @@ -0,0 +1,3 @@ +# Exemption reason: This repo uses binary artifacts for integration tests. +optConfig: + optOut: true