From 1d505f6875d27dccafb777853a51045f82888f00 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 20 May 2019 10:56:00 -0400 Subject: Update vendor of buildah and containers/images Mainly add support for podman build using --overlay mounts. Updates containers/image also adds better support for new registries.conf file. Signed-off-by: Daniel J Walsh --- vendor/github.com/etcd-io/bbolt/bolt_386.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendor/github.com/etcd-io/bbolt/bolt_386.go (limited to 'vendor/github.com/etcd-io/bbolt/bolt_386.go') diff --git a/vendor/github.com/etcd-io/bbolt/bolt_386.go b/vendor/github.com/etcd-io/bbolt/bolt_386.go new file mode 100644 index 000000000..4d35ee7cf --- /dev/null +++ b/vendor/github.com/etcd-io/bbolt/bolt_386.go @@ -0,0 +1,10 @@ +package bbolt + +// maxMapSize represents the largest mmap size supported by Bolt. +const maxMapSize = 0x7FFFFFFF // 2GB + +// maxAllocSize is the size used when creating array pointers. +const maxAllocSize = 0xFFFFFFF + +// Are unaligned load/stores broken on this arch? +var brokenUnaligned = false -- cgit v1.2.3-54-g00ecf