We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a9827 commit abbb1f0Copy full SHA for abbb1f0
.github/workflows/pants.yaml
@@ -47,13 +47,13 @@ jobs:
47
# pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
48
49
- name: Manual install
50
+ env:
51
+ PANTS_LOCAL_STORE_SHARD_COUNT: 1
52
+ PANTS_LOCAL_STORE_PROCESSES_MAX_SIZE_BYTES: 536870912
53
run: |
54
curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
55
which -a pants
56
- # Corrupted?
- rm -rf /home/runner/.cache/pants/lmdb_store/
-
57
pants --print-stacktrace -ldebug --version
58
59
- name: Check BUILD files
0 commit comments