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
a3aa03d5dc
commit
c244e366ae
@ -184,6 +184,12 @@ INCLUDE_FIPS := n
|
|||||||
ENABLE_FIPS := n
|
ENABLE_FIPS := n
|
||||||
endif
|
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 ($(INCLUDE_FIPS), n)
|
||||||
ifeq ($(ENABLE_FIPS), y)
|
ifeq ($(ENABLE_FIPS), y)
|
||||||
$(error Cannot set fips config ENABLE_FIPS=y when INCLUDE_FIPS=n)
|
$(error Cannot set fips config ENABLE_FIPS=y when INCLUDE_FIPS=n)
|
||||||
|
@ -42,7 +42,7 @@ variables:
|
|||||||
- name: CACHE_MODE
|
- name: CACHE_MODE
|
||||||
value: rcache
|
value: rcache
|
||||||
- name: ENABLE_FIPS
|
- name: ENABLE_FIPS
|
||||||
value: y
|
value: n
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: BuildVS
|
- stage: BuildVS
|
||||||
|
Loading…
Reference in New Issue
Block a user