]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Disable CIFuzz for rel/dnsdist-1.5.x 10356/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 May 2021 16:27:04 +0000 (18:27 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 May 2021 16:27:04 +0000 (18:27 +0200)
It's broken because we don't have the seed corpus for
fuzz_target_dnslabeltext_parseRFC1035CharString anyway.

.github/workflows/fuzz.yml [deleted file]

diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
deleted file mode 100644 (file)
index 52a2f39..0000000
+++ /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