From d30ef648cdb11395f2b943e7916a443c02efffbd Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Sun, 30 Apr 2023 21:40:06 -0400 Subject: [PATCH] Remove none build from CI. (#10189) It adds an unsupported and unused libfuzzer-none build. We already have a centipede-none build explicitly there. --- .github/workflows/project_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/project_tests.yml b/.github/workflows/project_tests.yml index 0de1a34b5..cbd80df8a 100644 --- a/.github/workflows/project_tests.yml +++ b/.github/workflows/project_tests.yml @@ -23,7 +23,6 @@ jobs: - memory - undefined - coverage - - none architecture: - x86_64 include: