blob: 3d5a3a5220f0049813d9f93ff8929e80e3e84563 [file] [edit]
create {
platform_re: "linux-amd64"
source {
git {
repo: "https://github.com/opencontainers/runc"
}
}
}
create {
platform_re: "linux-amd64"
build {
tool: "tools/autoconf"
tool: "tools/automake"
tool: "tools/libtool"
tool: "tools/texinfo"
tool: "tools/sed"
tool: "tools/go"
tool: "tools/git"
dep: "static_libs/libseccomp"
install: "install.sh"
}
}
upload {
pkg_prefix: "tools"
}