daml/bazel_tools/dev_env_package
Andreas Herrmann c11832e8a9
nodejs_dev_env: Use Bazel's repository_ctx.symlink (#2056)
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).
2019-07-09 12:39:16 +02:00
..
BUILD.bazel Enforce consistent formatting of BUILD files. (#412) 2019-04-12 13:10:16 +02:00
dev_env_package.bzl nodejs_dev_env: Use Bazel's repository_ctx.symlink (#2056) 2019-07-09 12:39:16 +02:00
dev_env_package.py nodejs_dev_env: Use Bazel's repository_ctx.symlink (#2056) 2019-07-09 12:39:16 +02:00
dev_env_tool.bzl windows: ledger and extractor tests; improved msys2 installation (#1643) 2019-06-17 09:40:28 +02:00