blob: cb3a3c115a1ed46feb3555fad9d7c7f8e36ee8b2 [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"
}
}
create {
platform_re: "linux-arm64"
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/linux-arm64@2@1.1.1j.chromium.2"
external_dep: "infra/3pp/static_libs/zlib/linux-arm64@2@1.2.12.chromium.1"
}
verify {
test: "verify.sh"
}
}