From cf36bdb801c84ca3687c130842cb9b0b14e0aa51 Mon Sep 17 00:00:00 2001 From: Jamie Lokier Date: Tue, 1 Jun 2021 18:03:36 +0100 Subject: [PATCH] Whisper (CI): Remove GitHub actions for building `wrappers*` With Whisper support gone, the wrappers cannot be built. More detail in the patch that removes the wrappers. Signed-off-by: Jamie Lokier --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa431a32f..c855eb64d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -276,7 +276,7 @@ jobs: env CC=gcc make ${DEFAULT_MAKE_FLAGS} build/nimbus --help # CC, GOARCH, and CGO_ENABLED are needed to select correct compiler 32/64 bit - env CC=gcc GOARCH=${GOARCH} CXX=g++ CGO_ENABLED=1 make ${DEFAULT_MAKE_FLAGS} test test-reproducibility wrappers wrappers-static + env CC=gcc GOARCH=${GOARCH} CXX=g++ CGO_ENABLED=1 make ${DEFAULT_MAKE_FLAGS} test test-reproducibility - name: Run nimbus-eth1 tests (Macos) if: runner.os == 'Macos' @@ -285,5 +285,5 @@ jobs: make ${DEFAULT_MAKE_FLAGS} build/nimbus --help # "-static" option will not work for osx unless static system libraries are provided - make ${DEFAULT_MAKE_FLAGS} test test-reproducibility wrappers + make ${DEFAULT_MAKE_FLAGS} test test-reproducibility