forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pants.daemon.ini
31 lines (29 loc) · 1003 Bytes
/
pants.daemon.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# A config override that enables use of pantsd + watchman + buildgraph caching via the new engine.
#
# N.B. This is currently recommended only for development use.
#
# Development Usage:
#
# # Launch the daemon via an initial invocation with `-ldebug` for better logging:
# $ ./pants -ldebug --config-override=pants.daemon.ini help
#
# # In another window, tail the pantsd log file:
# $ tail -F .pants.d/pantsd/pantsd.log
#
# # Populate the resident scheduler with an initial pantsd-based run:
# $ ./pants --config-override=pants.daemon.ini list 3rdparty::
#
# # Re-run to utilize the buildgraph caching:
# $ ./pants --config-override=pants.daemon.ini list 3rdparty::
#
# # Kill pantsd and watchman:
# $ ./pants -ldebug --config-override=pants.daemon.ini clean-all
#
# You can also export this for all pants runs using environment variables:
#
# $ export PANTS_CONFIG_OVERRIDE="$(pwd)/pants.daemon.ini"
#
[GLOBAL]
enable_pantsd: True
[pantsd]
fs_event_detection: True