From 2704cbd0676f206085380061c4e62a4a0c253123 Mon Sep 17 00:00:00 2001 From: Maciej Borzecki Date: Wed, 11 Sep 2024 08:41:30 +0200 Subject: [PATCH] packaging/ubuntu-16.04: set snapdfips build tag Set snapdfips build tag when building in FIPS mode. Signed-off-by: Maciej Borzecki --- packaging/ubuntu-16.04/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/ubuntu-16.04/rules b/packaging/ubuntu-16.04/rules index bef84f82392..45d3e94bbf5 100755 --- a/packaging/ubuntu-16.04/rules +++ b/packaging/ubuntu-16.04/rules @@ -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)"