use libffi-dev, don't build it from sources

Upstream-commit: 59281d6f805a7f569af6bdb509fe3257fef05156
Component: engine
This commit is contained in:
unclejack
2013-08-23 19:13:30 +03:00
committed by Michael Crosby
parent cb892ac7f3
commit e55679fa4f

View File

@ -15,7 +15,7 @@ env GOPATH /go
env CGO_ENABLED 0
run cd /tmp && echo 'package main' > t.go && go test -a -i -v
# Ubuntu stuff
run apt-get install -y -q ruby1.9.3 rubygems
run apt-get install -y -q ruby1.9.3 rubygems libffi-dev
run gem install fpm
run apt-get install -y -q reprepro dpkg-sig
# Install s3cmd 1.0.1 (earlier versions don't support env variables in the config)