gnunicorn / clippy-service

Linting your rust project with clippy as a service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rustup + update clippy?

llogiq opened this issue · comments

It appears both your test and your clippy run fail recently (our badge shows a lot of errors) – do you use

  • the latest clippy
  • the latest nightly?

It appears that our automatic rebuilding via travis is breaking because the docker build runs out of memory on the deploy server regularly... thinking of using docker automatic builds to build the image and have a different dockerfile doing the actual deploy on dokku via a post-build-hook... dunno yet.

I deployed a new process which builds the docker image on travis and pushes that to production directly rather than building it again there. This should fix this.