Commit Graph

29 Commits

Author SHA1 Message Date
Grégoire Henry
c91f082a28
Makefile: rename tezos-$protocol-baker to tezos-baker-$protocol 2018-07-18 23:43:49 +02:00
Grégoire Henry
572bcf12fc Docker: handle multiple protocols 2018-07-18 23:17:45 +02:00
James Edwards
d3589324f5 Add tezos-signer to Docker image. 2018-07-09 12:14:43 +02:00
Grégoire Henry
c0222e53ee CI: use the new opam images from tezos/opam-repository 2018-07-06 18:18:41 +02:00
Benjamin Canou
25b892b709 Fix docker image build script 2018-06-28 21:29:44 +02:00
Pierre Boutillier
7afc468082 Opam: fixup required opam_version 2018-06-28 16:33:42 +02:00
Grégoire Henry
99d0603a53 Opam: use pinned repo in docker image 2018-06-28 13:45:05 +02:00
Pietro
0b3606c017 Docker: do not create a volume by default in the image 2018-06-22 22:43:40 +02:00
Vincent Botbol
cf36510431 Docker: update docker configuration and fix wallet names 2018-06-19 03:06:21 +02:00
Vincent Botbol
bea2344c3c Storage: clean up leveldb artifacts 2018-06-19 03:06:21 +02:00
Grégoire Henry
8fd79d1a89 Docker: remove levedb from the docker image 2018-06-13 01:00:47 +02:00
Pietro
650a45aa5c [ci]: recompile hidapi-0.8.0_rc1 package for alpine stable 2018-06-06 20:28:49 +02:00
Pietro
4c4d2121ce [ci]: recompile hidapi-0.8.0_rc1 package for alpine stable 2018-06-05 17:57:03 +02:00
Raphaël Proust
d520a3db68 CI: adding test dependencies to CI scripts 2018-05-24 17:50:18 +02:00
Benjamin Canou
c92860df1c Quick fix for test deps in the CI 2018-05-04 18:48:00 +02:00
Vincent Bernardoff
63e44af5e4 TLS: switch to ocaml-tls 2018-05-03 15:48:25 +02:00
Grégoire Henry
590e67f71b Docker: reinstall 'vi' in docker image
This is used by `tezos-client`.
2018-03-22 14:04:51 +01:00
Grégoire Henry
891f2093ef Docker: add bash-completion.sh in image 2018-03-07 18:14:51 +01:00
Grégoire Henry
64a41538c8 CI: add missing 'test' package in the cached opam repository 2018-02-26 11:58:39 -05:00
Pietro
ea515b9551 Alphanet: use docker-compose 2018-02-22 10:24:02 -05:00
Grégoire Henry
80079bc200 CI: temporary workaround 2018-02-22 05:36:57 +01:00
Pierre Chambart
590ddb750f Change compiler's requested version 2018-02-22 05:36:57 +01:00
Grégoire Henry
040d99b673 Docker: use remote opam image by default 2018-02-15 17:16:39 +01:00
Grégoire Henry
a70a0788d3 Test: quick and dirty port to alcotest 2018-02-12 02:09:00 +01:00
Grégoire Henry
2ad06a0e06 CI: manually bundle test dependencies 2018-02-07 14:40:55 +01:00
Grégoire Henry
9899169f78 CI: embeds test packages in the default image 2018-02-07 11:16:39 +01:00
Grégoire Henry
3c2430e916 CI: use released version of opam-depext 2018-01-31 08:40:39 +01:00
Grégoire Henry
260a717cc1 CI: Fix the publish rules 2018-01-29 22:11:18 +01:00
Grégoire Henry
55db2dbf18 CI: improve pipeline duration
- do not use a intermediate docker image between 'build' and 'test'
- in 'build_deps', avoid downloading the cached image
- in 'prepare', use `opam bundle` to:
  - embedded the sources of dependency
  - reduce the embedded opam repository to the needed package

Other changes:

- reintroduced 'sudo' in the base image, it is needed by `opam depext`
  and the job 'publish:doc'
- moved the docker script used by the CI in `scripts/ci/`
2018-01-28 20:03:31 +01:00