Skip to content

Commit 405033b

Browse files
authored
Fix dpkg cache hash value relative to file path issue (sonic-net#4894)
1 parent 90dcbe1 commit 405033b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# Run the 'touch cache.skip.common' command in the base directory to exclude the common files from caching
6969
SONIC_COMMON_FILES_LIST := $(if $(wildcard cache.skip.common),, .platform slave.mk rules/functions Makefile.cache)
7070
SONIC_COMMON_FLAGS_LIST := $(CONFIGURED_PLATFORM) \
71-
$(SONIC_DPKG_CACHE_SOURCE) $(SONIC_DEBUGGING_ON) \
71+
$(SONIC_DEBUGGING_ON) \
7272
$(SONIC_PROFILING_ON) $(SONIC_ENABLE_SYNCD_RPC)
7373
SONIC_COMMON_DPKG_LIST := debian/control debian/changelog debian/rules \
7474
debian/compat debian/install debian/copyright

0 commit comments

Comments
 (0)