Skip to content

Commit

Permalink
add missing build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
derpsteb committed Dec 3, 2024
1 parent f2aae28 commit 0f9010e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cli/cmd/recover.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2024 Edgeless Systems GmbH
// SPDX-License-Identifier: AGPL-3.0-only

//go:build contrast_unstable_api

package cmd

import (
Expand Down
2 changes: 2 additions & 0 deletions cli/cmd/set.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2024 Edgeless Systems GmbH
// SPDX-License-Identifier: AGPL-3.0-only

//go:build contrast_unstable_api

package cmd

import (
Expand Down
2 changes: 2 additions & 0 deletions cli/cmd/verify.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2024 Edgeless Systems GmbH
// SPDX-License-Identifier: AGPL-3.0-only

//go:build contrast_unstable_api

package cmd

import (
Expand Down
2 changes: 2 additions & 0 deletions cli/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2024 Edgeless Systems GmbH
// SPDX-License-Identifier: AGPL-3.0-only

//go:build contrast_unstable_api

package main

import (
Expand Down
2 changes: 1 addition & 1 deletion packages/by-name/contrast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let
;
pname = "${contrast.pname}-e2e";

tags = [ "e2e" ];
tags = [ "e2e" "contrast_unstable_api" ];

subPackages = [
"e2e/genpolicy"
Expand Down

0 comments on commit 0f9010e

Please sign in to comment.