diff --git a/provider/all/none.go b/provider/all/none.go new file mode 100644 index 00000000000..cf3e3fe713c --- /dev/null +++ b/provider/all/none.go @@ -0,0 +1,8 @@ +// Copyright 2023 Canonical Ltd. +// Licensed under the AGPLv3, see LICENCE file for details. + +package all + +// This file is here so that you can compile Juju with no providers +// (i.e. BUILD_TAGS='minimal'). Otherwise, Go will complain that the build +// constraints exclude all Go files in this package.