grailbio / base

A collection of Go utility packages used by GRAIL's tools
Apache License 2.0
89 stars 25 forks source link

Build on xenial #25

Closed jcharum closed 4 years ago

jcharum commented 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).