daml/compatibility/head_sdk/BUILD
mziolekda 36fe0abb09
Remove ledger api test tool (#18088)
* Remove ledger api test tool

* Force full compat

run-full-compat: true

* Force run all tests

run-all-tests: true

---------

Co-authored-by: Paul Brauner <paul.brauner@digitalasset.com>
2024-01-10 16:48:12 +00:00

7 lines
148 B
Python

load("@os_info//:os_info.bzl", "is_windows")
exports_files([
"daml" if not is_windows else "daml.exe",
"sdk-release-tarball-ce.tar.gz",
])