Disable FIPS for Bookworm

FIPS packages for Bookworm are not yet available. Disable FIPS until
those packages are ready.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
Saikrishna Arcot 2023-07-21 11:34:13 -07:00 committed by Ying Xie
parent a87cddc6c9
commit 277507a0dc
2 changed files with 7 additions and 1 deletions

View File

@ -184,6 +184,12 @@ INCLUDE_FIPS := n
ENABLE_FIPS := n
endif
# FIPS not yet available on Bookworm
ifeq ($(BLDENV),bookworm)
$(warning FIPS support not yet available on Bookworm)
INCLUDE_FIPS := n
endif
ifeq ($(INCLUDE_FIPS), n)
ifeq ($(ENABLE_FIPS), y)
$(error Cannot set fips config ENABLE_FIPS=y when INCLUDE_FIPS=n)

View File

@ -42,7 +42,7 @@ variables:
- name: CACHE_MODE
value: rcache
- name: ENABLE_FIPS
value: y
value: n
stages:
- stage: BuildVS