Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
16
vendor/git.apache.org/thrift.git/lib/cl/ensure-externals.sh
generated
vendored
Executable file
16
vendor/git.apache.org/thrift.git/lib/cl/ensure-externals.sh
generated
vendored
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [[ ! -e quicklisp.lisp ]]; then curl -O https://beta.quicklisp.org/quicklisp.lisp; fi
|
||||
sbcl --load quicklisp.lisp \
|
||||
--eval "(ignore-errors (quicklisp-quickstart:install :path \"quicklisp/\"))" \
|
||||
--eval "(load \"quicklisp/setup.lisp\")" \
|
||||
--eval "(quicklisp:bundle-systems '(#:puri #:usocket #:closer-mop #:trivial-utf-8 #:ieee-floats #:trivial-gray-streams #:alexandria #:bordeaux-threads #:cl-ppcre #:fiasco #:net.didierverna.clon) :to \"externals/\")" \
|
||||
--eval "(quit)" \
|
||||
--no-userinit
|
||||
if [[ ! -e backport-update.zip ]]; then
|
||||
curl -O -L https://github.com/TurtleWarePL/de.setf.thrift/archive/backport-update.zip;
|
||||
fi
|
||||
mkdir -p lib
|
||||
unzip -u backport-update.zip -d lib
|
Loading…
Add table
Add a link
Reference in a new issue