Disable read cache when building SONiC fs part 1 (#16936)

Why I did it
RFS cache have issues which breaks official build and PR checker.
By reading cache, fsroot-vs/lib/modules folder don't exist.

Work item tracking
Microsoft ADO (number only): 25481484
How I did it
Disable read cache currently.

How to verify it
This commit is contained in:
Liu Shilong 2023-10-19 10:14:10 +08:00 committed by GitHub
parent 7ab27c1b90
commit 25842ec6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1247,7 +1247,7 @@ $(addprefix $(TARGET_PATH)/, $(SONIC_RFS_TARGETS)) : $(TARGET_PATH)/% : \
$(call dpkg_depend,$(TARGET_PATH)/%.dep)
$(HEADER)
$(call LOAD_CACHE,$*,$@)
# $(call LOAD_CACHE,$*,$@)
# Skip building the target if it is already loaded from cache
if [ -z '$($*_CACHE_LOADED)' ] ; then