Skip to content

Commit

Permalink
ci.sh: Use dependency mismatcher script from parsec
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
  • Loading branch information
tgonzalezorlandoarm authored and gowthamsk-arm committed Dec 1, 2023
1 parent 6fa0f5c commit 8c6aa95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 116 deletions.
4 changes: 2 additions & 2 deletions tests/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ done
#########################
if [ "$MISMATCHER" = "True" ]; then

python3 $(pwd)/utils/dependency_cross_matcher.py --deps_dir $(pwd)
python3 $(pwd)/parsec/utils/dependency_cross_matcher.py --deps_dir $(pwd)

python3 $(pwd)/utils/dependency_cross_matcher.py -c --deps_dir $(pwd)/parsec $(pwd)
python3 $(pwd)/parsec/utils/dependency_cross_matcher.py -c --deps_dir $(pwd)/parsec $(pwd)

exit 0
fi
Expand Down
114 changes: 0 additions & 114 deletions utils/dependency_cross_matcher.py

This file was deleted.

0 comments on commit 8c6aa95

Please sign in to comment.