Skip to content

Commit ab86be2

Browse files
committed
fix(pants): Configure pants so it builds on non-Twitter laptop
1 parent 618dad3 commit ab86be2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/scala/pants

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# ====================================================================
1212

1313
set -eou pipefail
14+
ulimit -n 10000
1415

1516
# NOTE: To use an unreleased version of Pants from the pantsbuild/pants master branch,
1617
# locate the master branch SHA, set PANTS_SHA=<SHA> in the environment, and run this script as usual.

src/scala/pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[GLOBAL]
2-
pants_version = "1.26.0.dev0"
2+
pants_version = "1.26.0"
33
build_file_imports = "error"
44

55
[jvm-platform]

0 commit comments

Comments
 (0)