Skip to content

Commit 8c6aa95

Browse files
tgonzalezorlandoarmgowthamsk-arm
authored andcommitted
ci.sh: Use dependency mismatcher script from parsec
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 6fa0f5c commit 8c6aa95

File tree

2 files changed

+2
-116
lines changed

2 files changed

+2
-116
lines changed

tests/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ done
3535
#########################
3636
if [ "$MISMATCHER" = "True" ]; then
3737

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

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

4242
exit 0
4343
fi

utils/dependency_cross_matcher.py

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)