-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Daml export: make paths relative to daml.yaml (#10388)
Previously data-dependencies in the generated daml.yaml file had a path including the output-dir path itself. E.g. ``` data-dependencies: - /some/out/path/deps/some.dalf ``` This worked fine so long as the output path was absolute. However, if the output path is a relative path, then it might lead to "no such file" errors during daml build. This change always makes the generated data-dependencies paths relative to the daml.yaml file. changelog_begin - [Daml export] The generated paths to data-dependencies DALFs are now relative to the generated daml.yaml. Fixes #10378. changelog_end Co-authored-by: Andreas Herrmann <[email protected]>
- Loading branch information
1 parent
90c3582
commit 7df9758
Showing
3 changed files
with
23 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters