ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Update obuilder dependency #380

Closed art-w closed 1 year ago

art-w commented 2 years ago

The production server rebooted during the break (?) and was unable to restart the services automatically following some api changes in our dependencies... I'm tempted to switch to git submodules as in the other CI projects, WDYT? For similar reasons, the custom dockerfiles were now produced with the wrong syntax COPY ["--chown=opam:opam ./*.opam", "./"] instead of the correct COPY --chown=opam:opam ["./*.opam", "./"]