Skip to content

Commit

Permalink
increase max file size to 800k in sanity-check
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Aug 12, 2015
1 parent ce556f3 commit 49329bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -412,7 +412,7 @@ git-clean:
git clean -fdx

git-sanity-check: git-clean
test "./Compiler/boot/bootstrap-sources.tar.xz" = "`find . -type f -size +700k | grep -v 3rdParty`"
test "./Compiler/boot/bootstrap-sources.tar.xz" = "`find . -type f -size +800k | grep -v 3rdParty`"
for commit in `git rev-list origin/master..HEAD`; do \
(! git ls-tree --name-only -r $$commit | egrep "(.*[.](html|png|svg|o|so|la|stamp|a|dll|exe|cab|lnk|msi|log|class|jar|pyc|db|zip|DS_Store|pdf|tex|md5|dep)$$)|SimulationRuntime/cpp/Doc") || exit 1; \
done
Expand Down

0 comments on commit 49329bb

Please sign in to comment.