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:
parent
7ab27c1b90
commit
25842ec6d1
2
slave.mk
2
slave.mk
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user