diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-03 17:58:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 17:58:24 +0200 |
commit | cbcf0a1dd7f9e87a837dae96ffb1b3d0ff8c5b91 (patch) | |
tree | 971ee453feb66298c773cd3975eae0715354866c /vendor/go.etcd.io/bbolt/Makefile | |
parent | 0f8ec8e366ce77c3309c560e471cc957851e1cf1 (diff) | |
parent | 735470ff234a319d2f02f634204bc74af77cc60e (diff) | |
download | podman-cbcf0a1dd7f9e87a837dae96ffb1b3d0ff8c5b91.tar.gz podman-cbcf0a1dd7f9e87a837dae96ffb1b3d0ff8c5b91.tar.bz2 podman-cbcf0a1dd7f9e87a837dae96ffb1b3d0ff8c5b91.zip |
Merge pull request #10545 from containers/dependabot/go_modules/go.etcd.io/bbolt-1.3.6
Bump go.etcd.io/bbolt from 1.3.5 to 1.3.6
Diffstat (limited to 'vendor/go.etcd.io/bbolt/Makefile')
-rw-r--r-- | vendor/go.etcd.io/bbolt/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/go.etcd.io/bbolt/Makefile b/vendor/go.etcd.io/bbolt/Makefile index 2968aaa61..21ecf48f6 100644 --- a/vendor/go.etcd.io/bbolt/Makefile +++ b/vendor/go.etcd.io/bbolt/Makefile @@ -2,8 +2,6 @@ BRANCH=`git rev-parse --abbrev-ref HEAD` COMMIT=`git rev-parse --short HEAD` GOLDFLAGS="-X main.branch $(BRANCH) -X main.commit $(COMMIT)" -default: build - race: @TEST_FREELIST_TYPE=hashmap go test -v -race -test.run="TestSimulate_(100op|1000op)" @echo "array freelist test" |