blob: 614c7e3e7bf6fda3ce97c128b16b4dc13f246033 [file] [log] [blame]
create {
platform_re: "linux-amd64"
source {
git {
repo: "https://fuchsia.googlesource.com/third_party/openssh-portable"
tag_pattern: "V_%s_P1"
version_join: "_"
version_restriction {
op: LE
val: "9.1"
}
}
}
build {
external_dep: "infra/3pp/static_libs/openssl/${platform}@2@1.1.1j.chromium.2"
}
verify {
test: "verify.sh"
}
}