Mathias Brodala

Results 155 comments of Mathias Brodala

I've now asked Shippable if they could implement a feature to completely [override the build container command](https://github.com/Shippable/support/issues/3688) (currently `docker run`). This way I should be able to use Nanobox to...

Currently I'm trying to install Nanobox on the Shippable build host instead and mount it into the build container. However currently [this fails](https://app.shippable.com/bitbucket/mbrodala/shippable-nanobox/runs/32/summary/console): ``` # bash -c "$(curl -fsSL https://s3.amazonaws.com/tools.nanobox.io/bootstrap/ci.sh)"...

Small update: the error is caused by the CI bootstrap script which runs `nanobox config set provider native` before `nanobox config set ci-mode true`. If the latter is the first...

Thanks to that fix I was able to successfully install Nanobox on the build host machine: ``` build_pre_ci bash -c "$(curl -fsSL https://s3.amazonaws.com/tools.nanobox.io/bootstrap/ci.sh)" nanobox version Nanobox version 2.1.2 (eea68d66ac4e86987e8a15215bd2a06a) ```...

Yesterday I tried the same though a simple test and it worked just fine: ``` $ docker run -it --rm -v $(which nanobox):/usr/local/bin/nanobox php bash # ls -l /usr/local/bin/ total...

See https://github.com/Shippable/support/issues/3707

That didn't work out. In the end I managed to get the Nanobox CLI to exist on the build host but that didn't make a difference.

BTW I also just tried CircleCI [but again](https://github.com/nanobox-io/nanobox/issues/427#issuecomment-308031162), [server startup fails](https://circleci.com/bb/mbrodala/shippable-nanobox/6): ``` sudo nanobox server 0.48/10.73MB [* 4.48%] 1.46/10.73MB [***** 2.41/10.73MB [******** 2.89/10.73MB [********** 3.37/10.73 3.85/10.73MB [************** 4.33/10.73MB [**************** 40.36%]...

@pablorsk Thanks for checking, that was on my TODO list but now I am sure that it won't ever work either.

@seanculver Thanks a lot for the hints. I can confirm that this setup is [working fine](https://circleci.com/gh/mbrodala/nanobox-circleci). I'll look forward to even faster builds once caching is working. :-)