Permalink
Browse files

Fix the build of the grammar pickle when running benchmarks.

  • Loading branch information...
Andy Chu
Andy Chu committed Mar 6, 2018
1 parent f0eb709 commit f9c8958c4cc3bae54f1d5e21933f3469e4ac4fe4
Showing with 1 addition and 5 deletions.
  1. +1 −5 scripts/release.sh
View
@@ -174,11 +174,7 @@ benchmark-build() {
_clean
_dev-build
# TODO: Remove this when OPy automatically does it. Maybe have a stub that
# calls the Makefile.
pushd opy
./build.sh grammar
popd
make _build/opy/py27.grammar.pickle
_release-build
}

0 comments on commit f9c8958

Please sign in to comment.