Make a shallow clone of babel for testing
There is no need to retrieve the whole history.
This commit is contained in:
parent
46ed49fe3a
commit
ee6a578478
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ clean: ; rm -rf ./build
|
||||
|
||||
bootstrap-babel: clean
|
||||
mkdir ./build
|
||||
git clone https://github.com/babel/babel.git ./build/babel
|
||||
git clone --depth=1 --branch=master https://github.com/babel/babel.git ./build/babel
|
||||
cd ./build/babel; \
|
||||
make bootstrap
|
||||
find ./build/babel/packages -type d -name 'babylon' -prune -exec rm -rf '{}' \; -exec ln -s '../../../../../' '{}' \;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user