Skip to content

Commit bd5305a

Browse files
liuh-80mssonicbld
authored andcommitted
Fix FIPS build issue on trixie (sonic-net#28)
* Fix FIPS build issue on trixie * Update sonic-fips.mk --------- Co-authored-by: sonicbld <[email protected]>
1 parent 9fac20d commit bd5305a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rules/sonic-fips.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ FIPS_GOLANG = golang-$(FIPS_GOLANG_MAIN_VERSION)_$(FIPS_GOLANG_VERSION)_all.deb
6969
FIPS_GOLANG_GO = golang-$(FIPS_GOLANG_MAIN_VERSION)-go_$(FIPS_GOLANG_VERSION)_$(CONFIGURED_ARCH).deb
7070
ifeq ($(BLDENV), bookworm)
7171
FIPS_GOLANG_SRC = golang-$(FIPS_GOLANG_MAIN_VERSION)-src_$(FIPS_GOLANG_VERSION)_all.deb
72+
else ifeq ($(BLDENV), trixie)
73+
FIPS_GOLANG_SRC = golang-$(FIPS_GOLANG_MAIN_VERSION)-src_$(FIPS_GOLANG_VERSION)_all.deb
7274
else
7375
FIPS_GOLANG_SRC = golang-$(FIPS_GOLANG_MAIN_VERSION)-src_$(FIPS_GOLANG_VERSION)_$(CONFIGURED_ARCH).deb
7476
endif

0 commit comments

Comments
 (0)