From c3b08e5c86d6f36813722ead2c7ee67716747be6 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 4 May 2021 18:27:04 +0200 Subject: [PATCH] dnsdist: Disable CIFuzz for rel/dnsdist-1.5.x It's broken because we don't have the seed corpus for fuzz_target_dnslabeltext_parseRFC1035CharString anyway. --- .github/workflows/fuzz.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/fuzz.yml diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml deleted file mode 100644 index 52a2f397f9..0000000000 --- a/.github/workflows/fuzz.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: CIFuzz -on: [pull_request] -jobs: - Fuzzing: - runs-on: ubuntu-latest - steps: - - name: Build Fuzzers - uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master - with: - oss-fuzz-project-name: 'powerdns' - dry-run: false - - name: Run Fuzzers - uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master - with: - oss-fuzz-project-name: 'powerdns' - fuzz-seconds: 600 - dry-run: false - - name: Upload Crash - uses: actions/upload-artifact@v1 - if: failure() - with: - name: artifacts - path: ./out/artifacts -- 2.47.2