Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#16552 from barrettj12/minimal
juju#16552 Currently, you can't build the Juju client with no providers: ``` $ BUILD_TAGS=minimal make go-client-build Building [github.com/juju/juju/cmd/juju](http://github.com/juju/juju/cmd/juju) for linux/amd64 package [github.com/juju/juju/cmd/juju](http://github.com/juju/juju/cmd/juju) imports [github.com/juju/juju/provider/all](http://github.com/juju/juju/provider/all): build constraints exclude all Go files in /home/jb/git/juju/juju/2.9/provider/all make: prdesc [Makefile:259: /home/jb/git/juju/juju/2.9/_build/linux_amd64/bin/juju] Error 1 ``` Add an empty file to the `provider/all` package, so that you can compile Juju with `BUILD_TAGS=minimal` and no providers.
- Loading branch information