Skip to content

Commit

Permalink
reduce max file size back to 684k in sanity check
Browse files Browse the repository at this point in the history
This is because CodegenCpp.tpl has been split meanwhile.
  • Loading branch information
rfranke committed Aug 13, 2015
1 parent 8cf492e commit ce835a2
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 +800k | grep -v 3rdParty`"
test "./Compiler/boot/bootstrap-sources.tar.xz" = "`find . -type f -size +684k | 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 ce835a2

Please sign in to comment.