Closed jcharum closed 4 years ago
When we synced https://github.com/grailbio/base/commit/4ef097c9ae4215a15549a15ea28661a147cfa0ef#diff-8b7b38c62b815a44970c5332bcadd718R64-R72 from our internal repository, we introduced a dependence on ssh-keygen support of the - argument to read from standard input. The version of ssh-keygen shipped on trusty does not support it. Upgrade our build to use xenial. (We may consider upgrading further, but I am trying to make the minimal changes to make our CI build succeed again).
ssh-keygen
-
When we synced https://github.com/grailbio/base/commit/4ef097c9ae4215a15549a15ea28661a147cfa0ef#diff-8b7b38c62b815a44970c5332bcadd718R64-R72 from our internal repository, we introduced a dependence on
ssh-keygen
support of the-
argument to read from standard input. The version ofssh-keygen
shipped on trusty does not support it. Upgrade our build to use xenial. (We may consider upgrading further, but I am trying to make the minimal changes to make our CI build succeed again).