Commit Graph

4 Commits

Author SHA1 Message Date
Evgeny Vereshchagin a7c22c164b ci: trigger CiFuzz for the master branch only
CIFuzz and OSS-Fuzz are in sync with the master branch so it would
probably make sense to avoid running it for long-lived branches.

Inspired by https://github.com/karelzak/util-linux/pull/1248#issuecomment-776342252

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
2021-02-15 13:25:19 +00:00
Sami Kerola a371c3f71e
cifuzz: reindent yaml file
Fixex two yamllint indentation warning, the truthy is false positive.

    util-linux $ yamllint ./.github/workflows/cifuzz.yml
      6:1       warning  truthy value should be one of [false, true]  (truthy)
      14:2      error    wrong indentation: expected 2 but found 1  (indentation)
      22:4      error    wrong indentation: expected 5 but found 3  (indentation)

Reference: https://github.com/adrienverge/yamllint
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2020-11-14 15:22:34 +00:00
Evgeny Vereshchagin 2bb8c73696 cifuzz: turn on MSan
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
2020-08-06 15:36:45 +00:00
Evgeny Vereshchagin b9b65bffc3 travis: turn on CIFuzz
Signed-off-by: Karel Zak <kzak@redhat.com>
2020-07-03 11:19:14 +02:00