daml/daml-assistant
moritzkiefer-da 84b1076d6d
Do not use docker for daml integration tests (#277)
Docker causes a few issues for us here which imho outweigh the
benefits for us atm:

1. It is quite slow since we have to rebuild the image everytime. We
could fix this by caching the image somewhere but even that is
somewhat annoying since Azure does not provide local caches so we
would have to push the image to some external service and fetch it
everytime which is still somewhat slow.

2. It does not work on MacOS (even if you have docker on MacOS it is
not going to work since you will try to install the MacOS release
tarball in a Linux docker container).

On the other hand, DAML assistant allows us to specify the
installation directory and we get a fairly clean environment on CI so
the additional isolation we get from Docker is not that important for us.
2019-04-08 10:38:11 +02:00
..
daml-helper Add daml start (#254) 2019-04-05 19:34:23 +02:00
daml-project-config/DAML/Project Add daml start (#254) 2019-04-05 19:34:23 +02:00
integration-tests Do not use docker for daml integration tests (#277) 2019-04-08 10:38:11 +02:00
src/DAML Add daml start (#254) 2019-04-05 19:34:23 +02:00
BUILD.bazel Add daml start (#254) 2019-04-05 19:34:23 +02:00
ghci.sh open-sourcing daml 2019-04-04 09:33:38 +01:00
ghcid.sh open-sourcing daml 2019-04-04 09:33:38 +01:00