Skip to content

Commit 71e80dc

Browse files
committed
is mem limit enough
1 parent abbb1f0 commit 71e80dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pants.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
run: |
2929
nsc pants cache setup --pants-toml=/tmp/pants.toml
3030
31-
# - name: Set up local cache
32-
# uses: namespacelabs/nscloud-cache-action@v1
33-
# with:
34-
# path: |
35-
# ~/.cache/pants/named_caches
36-
# ~/.cache/pants/lmdb_store
37-
# ~/.cache/nce
31+
- name: Set up local cache
32+
uses: namespacelabs/nscloud-cache-action@v1
33+
with:
34+
path: |
35+
~/.cache/pants/named_caches
36+
~/.cache/pants/lmdb_store
37+
~/.cache/nce
3838
3939
- uses: actions/setup-python@v5
4040
with:
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Manual install
5050
env:
51-
PANTS_LOCAL_STORE_SHARD_COUNT: 1
51+
# PANTS_LOCAL_STORE_SHARD_COUNT: 1
5252
PANTS_LOCAL_STORE_PROCESSES_MAX_SIZE_BYTES: 536870912
5353
run: |
5454
curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash

0 commit comments

Comments
 (0)