Skip to content

Commit

Permalink
Add empty file to provider/all package
Browse files Browse the repository at this point in the history
This allows you to compile Juju with just BUILD_TAGS='minimal' (no providers).
  • Loading branch information
barrettj12 committed Nov 7, 2023
1 parent 7f66026 commit b847b6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions provider/all/none.go
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b847b6a

Please sign in to comment.