From aea7d4a812e93cf257b35dff659dfff802ba698a Mon Sep 17 00:00:00 2001 From: Jason Aten Date: Mon, 17 Aug 2020 19:32:38 -0500 Subject: [PATCH] no more test-386 - lmdb won't build under 386 - still have to keep lmdb_other.go for arm/arm64 --- .circleci/config.yml | 5 ----- Makefile | 1 - 2 files changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ecff4418..e0cd85892 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -197,11 +197,6 @@ workflows: resource_class: xlarge requires: - setup - - test: - name: test-386 - goarch: "386" - requires: - - setup - test: name: test-shardwidth-22 shard_width: "22" diff --git a/Makefile b/Makefile index 88a3f452b..4ca3b029e 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,6 @@ endif release: check-clean $(MAKE) release-build GOOS=darwin GOARCH=amd64 $(MAKE) release-build GOOS=linux GOARCH=amd64 - $(MAKE) release-build GOOS=linux GOARCH=386 # try (e.g.) internal/clustertests/docker-compose-replication2.yml