Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Track runfile dependencies of SDK assistant (digital-asset#6462)
The //:migration-stable test-cases had issues with test results not being invalidated after an update of the HEAD SDK. This may be due to the SDK distribution files being undeclared dependencies of the `daml` binary. This change adds the SDK distribution files to the `data` attribute of the generated `daml` `cc_binary` to ensure that changes are noticed by Bazel and cached test-cases invalidated. The corresponding runfiles tree includes a symlink per file of the SDK release. At the time of commit this amounts to ~9MiB of symlinks for one SDK version (0.0.0 in particular). CHANGELOG_BEGIN CHANGELOG_END Co-authored-by: Andreas Herrmann <andreas.herrmann@tweag.io>
- Loading branch information