Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malt3/bazel-path-issues-nix
https://github.com/malt3/bazel-path-issues-nix
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/malt3/bazel-path-issues-nix
- Owner: malt3
- Created: 2024-02-19T13:58:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T14:30:52.000Z (11 months ago)
- Last Synced: 2024-02-19T15:30:41.048Z (11 months ago)
- Language: Nix
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a reproducer for https://github.com/NixOS/nixpkgs/issues/289505.
How to reproduce (on NixOS):
1. nix develop
2. bazel build //:my-rule`PATH` during rule evalulation is `/no-such-path`.
See also this gist containing an strace log: https://gist.githubusercontent.com/malt3/27d8022a31a0525700623591cfca87e0/raw/028720745e6a96e4c7e9a87c63b6f85dd8e62694/strace.log
(Search for the pid 532284)