summaryrefslogtreecommitdiffstats
path: root/makedeps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makedeps.sh')
-rwxr-xr-xmakedeps.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/makedeps.sh b/makedeps.sh
index 205b292..1179dbb 100755
--- a/makedeps.sh
+++ b/makedeps.sh
@@ -10,9 +10,7 @@ if [ -f skywalking-$1.tgz ]; then
pushd skywalking-$1
echo "+ Fetch"
- mkdir mycargo
- export CARGO_HOME=$PWD/mycargo
- cargo fetch
+ cargo vendor mycargo
echo "+ Pack"
tar czf ../skywalking-deps-$1.tgz mycargo