This website requires JavaScript.
Explore
Help
Register
Sign In
JohnHammond
/
buildkit
mirror of
https://github.com/JohnHammond/buildkit.git
Watch
1
Star
0
Fork
You've already forked buildkit
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fc5d833cc1
buildkit
/
util
/
appdefaults
/
appdefaults_windows.go
7 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
support building on windows (no functional worker yet) Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-07-12 05:08:53 +00:00
package
appdefaults
const
(
Allow to use TCP for buildkit daemon and client communication The next step is to allow TLS configuration. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-09-21 15:49:26 +00:00
Address
=
"npipe:////./pipe/buildd"
Root
=
".buildstate"
support building on windows (no functional worker yet) Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-07-12 05:08:53 +00:00
)