Permalink
Browse files

Update the oil-unit-byterun tree with the new pickle files.

  • Loading branch information...
Andy Chu
Andy Chu committed Aug 19, 2018
1 parent 3a0d0e9 commit ca16bca4607e394dec4330eed2f525bc3e6e7ddb
Showing with 3 additions and 2 deletions.
  1. +3 −2 opy/build.sh
View
@@ -115,8 +115,9 @@ make-mains() {
_fill-oil-tree() {
local dir=${1:-_tmp/repo-with-opy}
cp -v ../osh/{osh,types}.asdl $dir/osh
cp -v ../core/runtime.asdl $dir/core
mkdir -p $dir/_devbuild
cp -v ../_devbuild/*_asdl.pickle $dir/_devbuild
cp -v ../asdl/arith.asdl $dir/asdl
ln -v -s -f $PWD/../{libc,fastlex}.so $dir
ln -v -s -f $PWD/../oil-version.txt $dir

0 comments on commit ca16bca

Please sign in to comment.