https://github.com/jyggen/pants-20062-reprod
https://github.com/jyggen/pants-20062-reprod
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jyggen/pants-20062-reprod
- Owner: jyggen
- Created: 2024-04-11T21:59:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T22:01:42.000Z (about 1 year ago)
- Last Synced: 2025-01-26T01:44:17.160Z (4 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Not Working:
```
pants --no-pantsd --no-local-cache lint ::
```Working:
```
pants --no-pantsd --no-local-cache --process-execution-local-parallelism=1 lint ::
```