Skip to content

Commit

Permalink
packaging/ubuntu-16.04: set snapdfips build tag
Browse files Browse the repository at this point in the history
Set snapdfips build tag when building in FIPS mode.

Signed-off-by: Maciej Borzecki <[email protected]>
  • Loading branch information
bboozzoo committed Sep 12, 2024
1 parent 5a72c96 commit 2704cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/ubuntu-16.04/rules
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ endif

ifeq (${FIPSBUILD},1)
# if enabled also enable bootloader assets testing and fault injection
_TAGS := $(_TAGS),goexperiment.opensslcrypto
_SNAP_TAGS := $(_SNAP_TAGS),goexperiment.opensslcrypto
_TAGS := $(_TAGS),goexperiment.opensslcrypto,snapdfips
_SNAP_TAGS := $(_SNAP_TAGS),goexperiment.opensslcrypto,snapdfips
endif

TAGS=-tags "$(_TAGS)"
Expand Down

0 comments on commit 2704cbd

Please sign in to comment.