Skip to content

Commit

Permalink
Add new build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalbertin committed Feb 1, 2022
1 parent d64fcd8 commit ffd2a4e
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions commands/bootstrap/tosca_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !testing
// +build !testing

package bootstrap
Expand Down
1 change: 1 addition & 0 deletions commands/bootstrap/tosca_resources_testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build testing
// +build testing

package bootstrap
Expand Down
1 change: 1 addition & 0 deletions deployments/update_store_oss_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !premium
// +build !premium

package deployments
Expand Down
3 changes: 2 additions & 1 deletion helper/executil/cmd_kill_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//+build !windows
//go:build !windows
// +build !windows

package executil

Expand Down
3 changes: 2 additions & 1 deletion helper/executil/cmd_standard.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//+build windows
//go:build windows
// +build windows

package executil

Expand Down
1 change: 1 addition & 0 deletions prov/ansible/scripts_output_handler_oss.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !premium
// +build !premium

package ansible
Expand Down
1 change: 1 addition & 0 deletions rest/deployments_oss_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !premium
// +build !premium

package rest
Expand Down
1 change: 1 addition & 0 deletions rest/updates_oss.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !premium
// +build !premium

package rest
Expand Down
1 change: 1 addition & 0 deletions server/builtin_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !testing
// +build !testing

package server
Expand Down
1 change: 1 addition & 0 deletions server/builtin_types_testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build testing
// +build testing

package server
Expand Down
1 change: 1 addition & 0 deletions tasks/workflow/worker_oss.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !premium
// +build !premium

package workflow
Expand Down
1 change: 1 addition & 0 deletions tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build tools
// +build tools

package main
Expand Down

0 comments on commit ffd2a4e

Please sign in to comment.