Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Obuilder.Config
SourceConfiguration for a single sandboxed build step. This is passed by the builder to the sandbox.
type t = {
cwd : string;
argv : string list;
hostname : string;
user : Obuilder_spec.user;
env : env;
mounts : Mount.t list;
network : string list;
}
val v :
cwd:string ->
argv:string list ->
hostname:string ->
user:Obuilder_spec.user ->
env:env ->
mounts:Mount.t list ->
network:string list ->
t