daml/release
Moritz Kiefer ecad128123
Speed up daml-sdk-head Maven installation (#9559)
This PR speeds up the Maven installation by doing 4 things:

1. Disable TS builds. This doesn’t make sense since we never install
them.
2. Add a --skip-sdk option that skips the SDK installation.
3. Add a --skip-jar-docs option that skips javadoc and more
importantly scaladoc.
4. Add a --scala-version=$VERSION option to only build against the
given version.

Unfortunately there are no tests and the CLI is a bit messy (you need
--scala-version=$VERSION and not --scala-version $VERSION).

Both are not great but this is a development only tool and it is bash
so my motivation for fixing it is rather low.

Given that this is growing in complexity a fair bit, I think we might
be better off as a long-term solution to move this towards at least
python or maybe even Haskell or Scala. But definitely nothing for this
PR.

changelog_begin
changelog_end
2021-05-03 18:39:45 +02:00
..
src Speed up daml-sdk-head Maven installation (#9559) 2021-05-03 18:39:45 +02:00
windows-installer Fix compat job (#9099) 2021-03-11 15:13:49 +00:00
artifacts.yaml publish ledger-on-memory to maven (#9548) 2021-05-03 15:17:27 +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 offboarding @hurryabit (#9398) 2021-04-13 11:59:24 +00:00
rotation rotate release duty after 1.13.0-snapshot.20210428.6782.0.e1e878a5 (#9519) 2021-04-28 09:01:50 +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