daml/release
Moritz Kiefer 142767c421
Split daml test-script code into a separate library (#9674)
Currently we have the following dependency chain:

1. The compiler depends on the scenario service for daml test
2. The scenario service depends on Daml Script
3. Daml Script depends on the Sandbox code only for daml test-script

The last one can easily be split. The scenario service does not care
about this code.

This means that now if we change ledger code, at least not all
compiler tests are going to rerun.

Verified that this actually breaks the dependency fully via

```
bazel query 'somepath(//compiler/damlc/tests:packaging, //ledger/participant-integration-api/...)'
```

changelog_begin
changelog_end
2021-05-13 12:58:31 +02:00
..
src Split daml test-script code into a separate library (#9674) 2021-05-13 12:58:31 +02:00
windows-installer Fix compat job (#9099) 2021-03-11 15:13:49 +00:00
artifacts.yaml KVL-914 Expose metrics-test-lib for the oem integration kit (#9662) 2021-05-12 16:13:23 +02:00
BUILD.bazel Release EE SDK tarballs and installer (#9086) 2021-03-11 14:49:48 +01:00
install.bat update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
install.sh update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
RELEASE.md Update date on code owners in RELEASE.md (#9652) 2021-05-12 09:22:31 +00:00
rotation rotate release duty after 1.13.0-snapshot.20210511.6892.0.ca9e89b3 (#9648) 2021-05-12 17:54:51 +02:00
sdk-config.yaml.tmpl daml-ledger: new list-packages command (#9325) 2021-04-07 13:23:56 +02:00
util.bzl Add daml export script command to Daml assistant (#9414) 2021-04-16 10:53:49 +00:00