diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-02-27 10:06:27 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-02-27 12:21:57 -0500 |
commit | bd9a18df15106d18abb1d9faf3aa8a1a108351f7 (patch) | |
tree | efc5a39687c200771588bec1c69aa947af174f7d /contrib | |
parent | f1f26f444228381224581609a327f13158740923 (diff) | |
download | podman-bd9a18df15106d18abb1d9faf3aa8a1a108351f7.tar.gz podman-bd9a18df15106d18abb1d9faf3aa8a1a108351f7.tar.bz2 podman-bd9a18df15106d18abb1d9faf3aa8a1a108351f7.zip |
Add a task to Cirrus gating to build w/o Varlink
We had a regression on master where we broke the build for
non-Varlink builds. Catch this in CI in the future.
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gate/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile index f9b57a6da..4d88ae9a6 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -49,8 +49,6 @@ WORKDIR $GOSRC # Install dependencies RUN set -x && \ - go get -u github.com/mailru/easyjson/... && \ - install -D -m 755 "$GOPATH"/bin/easyjson /usr/bin/ && \ make install.tools && \ install -D -m 755 $GOSRC/contrib/gate/entrypoint.sh /usr/local/bin/ && \ rm -rf "$GOSRC" |