Merge rust-bitcoin/rust-bitcoin#1200: Temporarily disable fuzzing in CI

720ea29865 Temporarily disable fuzzing (Tobin C. Harding)

Pull request description:

  Honggfuzz is broken, I have no idea why but no PRs can merge while its broken.

  (I tried a bunch of other things but could not debug this issue.)

ACKs for top commit:
  apoelstra:
    ACK 720ea29865
  sanket1729:
    ACK ACK 720ea29865

Tree-SHA512: f6c10ce38fb20c0d9593a4cc3c6d2a6e7ae8bd4cf1608a96278725ed1268bdb9f732b2616b534be9f219042942818aca6c7d6af87079b6a0533f9f795fabbe27
This commit is contained in:
sanket1729 2022-08-24 16:15:02 -07:00
commit 5e67419b14
No known key found for this signature in database
GPG Key ID: 648FFB183E0870A2
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: Fuzz
on: [push, pull_request]
# Temporarily disable job until someone works out how to fix honggfuzz.
on: []
jobs: