From 9f0c59b3c6a0be35fce3d9271758e33f81baac26 Mon Sep 17 00:00:00 2001 From: Mathias Baumann Date: Mon, 3 Feb 2020 11:55:53 +0100 Subject: [PATCH] Reenable ossfuzz builds (but not tests) refs #8208 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2afa937d..a77904474 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -723,7 +723,7 @@ workflows: - b_docs: *workflow_trigger_on_tags - b_archlinux: *workflow_trigger_on_tags - b_ubu_cxx20: *workflow_trigger_on_tags -# - b_ubu_ossfuzz: *workflow_trigger_on_tags + - b_ubu_ossfuzz: *workflow_trigger_on_tags # OS/X build and tests - b_osx: *workflow_trigger_on_tags @@ -768,7 +768,7 @@ workflows: jobs: # OSSFUZZ builds and (regression) tests -# - b_ubu_ossfuzz: *workflow_trigger_on_tags + - b_ubu_ossfuzz: *workflow_trigger_on_tags # - t_ubu_ossfuzz: *workflow_ubuntu1904_ossfuzz # Code Coverage enabled build and tests