Skip to content

Commit

Permalink
[Build]: fix DPKG cache for frr (#17475)
Browse files Browse the repository at this point in the history
Fix #16713
Variable SMDEP_FILES is empty and smdep file is not generated for sonic-frr.
  • Loading branch information
k-v1 committed May 19, 2024
1 parent a0b2f0a commit 6164d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/frr.dep
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEP_FILES += $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files |grep -
FRR_SPATH := $(SPATH)/frr
SMDEP_FILES := $(addprefix $(FRR_SPATH)/,$(shell cd $(FRR_SPATH) && git ls-files \
| grep -Ev -e 'debian/changelog$$$$' \
-e "$(find -L tests/ -xtype l)" \
-e "$$(find -L tests/ -xtype l)" \
))

$(FRR)_CACHE_MODE := GIT_CONTENT_SHA
Expand Down

0 comments on commit 6164d58

Please sign in to comment.