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:
parent
a87cddc6c9
commit
277507a0dc
@ -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)
|
||||
|
@ -42,7 +42,7 @@ variables:
|
||||
- name: CACHE_MODE
|
||||
value: rcache
|
||||
- name: ENABLE_FIPS
|
||||
value: y
|
||||
value: n
|
||||
|
||||
stages:
|
||||
- stage: BuildVS
|
||||
|
Loading…
Reference in New Issue
Block a user