From b7478068424ea54a3e48e791a97ba6b7230b2b22 Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Tue, 6 Dec 2022 15:27:15 +0000 Subject: [PATCH] Remove build-debug --- .circleci/config.yml | 7 ------- .circleci/template.yml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4871d68a8..c0bd0bc66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -136,12 +136,6 @@ jobs: command: | git --no-pager diff go.mod go.sum git --no-pager diff --quiet go.mod go.sum - build-debug: - executor: golang - steps: - - prepare - - run: - command: make debug test: description: | @@ -993,7 +987,6 @@ workflows: suite: conformance-bleeding-edge target: "./conformance" vectors-branch: specs-actors-v7 - - build-debug release: jobs: diff --git a/.circleci/template.yml b/.circleci/template.yml index 8347cb4d2..3127f253c 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -136,12 +136,6 @@ jobs: command: | git --no-pager diff go.mod go.sum git --no-pager diff --quiet go.mod go.sum - build-debug: - executor: golang - steps: - - prepare - - run: - command: make debug test: description: | @@ -678,7 +672,6 @@ workflows: suite: conformance-bleeding-edge target: "./conformance" vectors-branch: specs-actors-v7 - - build-debug release: jobs: