mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
c11832e8a9
Python's `os.symlink` may fail on Windows if the user has insufficient permissions to create symbolic links. This was not noticed on CI, since builds there are executed with administrator privileges. This changes `dev_env_package` to only outsource the listing of directory contents to Python, but then fall back to Bazel's own `repository_ctx.symlink` for the creation of symbolic links (or copies if necessary). |
||
---|---|---|
.. | ||
BUILD.bazel | ||
dev_env_package.bzl | ||
dev_env_package.py | ||
dev_env_tool.bzl |