Sign in
apache
/
buildstream
/
refs/heads/abderrahim/cache-query
/
.
/
tests
/
integration
/
project
/
elements
/
sockets
/
make-builddir-socket.bst
blob: c19cd85b09ab1476332126b6e8893deabdab73bb [
file
] [
log
] [
blame
]
kind
:
manual
depends
:
-
filename
:
base
.
bst
type
:
build
config
:
build
-
commands
:
-
|
python3
-
c
'
from socket import socket, AF_UNIX, SOCK_STREAM
s = socket(AF_UNIX, SOCK_STREAM)
s.bind("testsocket")
'