[
https://issues.apache.org/jira/browse/BUILDS-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14341096#comment-14341096
]
Roman Shaposhnik commented on BUILDS-60:
----------------------------------------
One way to be completely self-service is to have a docker container that
encapsulates all of your build dependencies like this one. Then, not only are
you completely decoupled from ASF INFRA, but you will give your users and
developers a great opportunity of simply running a build via docker run instead
of hunting down the dependencies.
Here's how we do it in Bigtop land
{noformat}
docker run -v `pwd`:/ws bigtop/slaves:fedora-20 bash -c '.
/etc/profile.d/bigtop.sh; cd /ws ; gradle foo'
{noformat}
Let me know if you need help with setting up your Docker build infra for the
project itself.
> leveldb on the ubuntu/hadoop boxes?
> -----------------------------------
>
> Key: BUILDS-60
> URL: https://issues.apache.org/jira/browse/BUILDS-60
> Project: Infra Build Platform
> Issue Type: Task
> Reporter: stack
>
> incubator-htrace stores traces in leveldb. Trying to setup builds for
> incubator-htrace, we fail because the package is missing.
> "You must install the leveldb-devel package (or distro-specific equivalent.)"
> Here is set of boxes we were trying to use:
> (ubuntu&&!ubuntu-3||Hadoop) && !jenkins-cloud-4GB && !H11
> Can we have leveldb installed on these or if not, where can we have it
> installed? Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)