Skip to content

Commit

Permalink
Fixing frr build cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsudharsan committed Sep 27, 2023
1 parent 233a772 commit 3eff551
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rules/frr.dep
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +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 '^tests/topotests/bgp_instance_del_test/ce[0-9]$$$$' \
-e '^tests/topotests/bgp_instance_del_test/r[0-9]$$$$' \
-e '^tests/topotests/bgp_instance_del_test/scripts$$$$' \
-e '^tests/topotests/bgp_instance_del_test/customize.py$$$$' \
-e '^tests/topotests/bgp_rfapi_basic_sanity_config2/customize.py$$$$' \
-e '^tests/topotests/bgp_rfapi_basic_sanity_config2/scripts$$$$' \
-e '^tests/topotests/bgp_rfapi_basic_sanity_config2/test_bgp_rfapi_basic_sanity_config2.py$$$$' \
-e "$(find -L tests/ -xtype l)" \
))

$(FRR)_CACHE_MODE := GIT_CONTENT_SHA
Expand Down

0 comments on commit 3eff551

Please sign in to comment.