a46a7483c1
ptf-py3 0.9.3 couldn't compile on bookworm Update ptf-py3 to latest release. How to verify it Verify the build and installation is successful in bookworm, buster and bullseye environment Test docker-ptf.gz is built properly. Ran sonic-mgmt tests with this docker-ptf.gz Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
12 lines
540 B
Plaintext
12 lines
540 B
Plaintext
|
|
SPATH := $($(PTF_PY3)_SRC_PATH)
|
|
DEP_FILES := $(SONIC_COMMON_FILES_LIST) rules/ptf-py3.mk rules/ptf-py3.dep
|
|
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
|
|
SMDEP_FILES := $(addprefix $(SPATH)/,$(shell cd $(SPATH) && find . -type f -exec sh -c 'git ls-files --error-unmatch "$0" >/dev/null 2>&1' {} \; -printf '%P\n'))
|
|
|
|
$(PTF_PY3)_CACHE_MODE := GIT_CONTENT_SHA
|
|
$(PTF_PY3)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)
|
|
$(PTF_PY3)_DEP_FILES := $(DEP_FILES)
|
|
$(PTF_PY3)_SMDEP_FILES := $(SMDEP_FILES)
|
|
$(PTF_PY3)_SMDEP_PATHS := $(SPATH)
|