daml/.dadew
Moritz Kiefer e0d652df91
Generate ssl certs in a genrule instead of checking them in (#4950)
changelog_begin
changelog_end

For now this is only used for the daml-helper tests. I’ll shuffle
things around and use it for all tests in a separate PR.
2020-03-12 10:36:40 +01:00

20 lines
378 B
Plaintext

{
"version": "0.0.8",
"manifests": "dev-env\\windows\\manifests",
"tools": [
"7zip",
"java-openjdk-8u201",
"msys2",
"curl-7.65.3",
"cacert",
"vcredist-14.0.23026",
"bazel",
"nodejs-10.16.3",
"openssl",
"python-3.6.7",
"nsis-3.04",
"maven-3.6.1",
"stack"
]
}