Disable Move/Libra components

This commit is contained in:
Trent Nelson
2020-04-27 17:09:07 -06:00
committed by Trent Nelson
parent d836dfff14
commit 3d40ca86b0
6 changed files with 2937 additions and 4652 deletions

View File

@ -26,7 +26,7 @@ if [[ -n $escape_marker && ${#shifted_args[@]} -gt 0 ]]; then
done
shifted_args=()
else
files="$(git ls-files :**Cargo.lock)"
files="$(git ls-files :**Cargo.lock | grep -vE 'programs/(librapay|move_loader)')"
fi
for lock_file in $files; do