Files
docker-cli/components/engine/runtime
Vincent Batts cdf7c6a1a7 btrfs: build tags
Default to the same build behavior, but allow a go build tag to disable
building of the btrfs graphdriver

	go build -tags no_btrfs' ...
	$ go build
	$ objdump -S docker | grep btrfs | wc -l
	194
	$ go build -tags no_btrfs
	$ objdump -S docker | grep btrfs | wc -l
	1
	# that is a comment ;-)

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
Upstream-commit: 85a62d9b779bfb351e159f38c2fc95900a0532cd
Component: engine
2014-03-18 13:44:22 -04:00
..
2014-03-17 11:41:28 -07:00
2014-03-17 21:54:05 -04:00
2014-03-18 13:44:22 -04:00
2014-03-17 21:54:05 -04:00
2014-03-18 13:44:22 -04:00
2014-03-09 23:16:15 -07:00