e30782b0fe
Why I did it Enable build cache for marvell-arm64 build to decrease PR check duration. Work item tracking Microsoft ADO (number only): 26340500 How I did it How to verify it
9 lines
361 B
Plaintext
9 lines
361 B
Plaintext
SPATH := $($(MRVL_SAI)_SRC_PATH)
|
|
DEP_FILES := $(SONIC_COMMON_FILES_LIST) $(PLATFORM_PATH)/sai.mk $(PLATFORM_PATH)/sai.dep
|
|
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
|
|
DEP_FILES += $(shell git ls-files $(SPATH))
|
|
|
|
$(MRVL_SAI)_CACHE_MODE := GIT_CONTENT_SHA
|
|
$(MRVL_SAI)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
|
|
$(MRVL_SAI)_DEP_FILES := $(DEP_FILES)
|