Skip to content

Commit

Permalink
Remove the duplicate code and add cmake package for QA
Browse files Browse the repository at this point in the history
Signed-off-by: Wang, Yanyao <yanyao.wang@amd.com>
  • Loading branch information
yanyao-wang committed Sep 14, 2023
1 parent 2f7ec64 commit 02e560f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ RUN echo build --host_action_env=DOCKER_HOST_CACHEBUSTER=$(date +%s%N)$RANDOM >>

ARG TF_TESTING_FL
ENV TF_TESTING_FL=${TF_TESTING_FL}
ARG DWLD_TF_SRC_CMD
RUN if [ -n "${DWLD_TF_SRC_CMD}" ]; then eval "${DWLD_TF_SRC_CMD}"; fi
ARG CLONE_TEST_REPO
COPY ${CLONE_TEST_REPO} /${CLONE_TEST_REPO}
RUN if [ -n "${CLONE_TEST_REPO}" ]; then bash /${CLONE_TEST_REPO}; fi
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ junitparser ~= 2.2.0
lxml ~= 4.9.1
pylint ~= 2.13.9
urllib3<2
# For QA test
cmake

0 comments on commit 02e560f

Please sign in to comment.