mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Merge pull request #2464 from mheon/build_test_no_varlink
Add a task to Cirrus gating to build w/o Varlink
This commit is contained in:
@ -118,6 +118,11 @@ gating_task:
|
|||||||
- '/usr/local/bin/entrypoint.sh vendor'
|
- '/usr/local/bin/entrypoint.sh vendor'
|
||||||
- 'cd /go/src/github.com/containers/libpod && ./hack/tree_status.sh'
|
- 'cd /go/src/github.com/containers/libpod && ./hack/tree_status.sh'
|
||||||
|
|
||||||
|
# This task builds Podman with different buildtags to ensure the build does
|
||||||
|
# not break.
|
||||||
|
build_script:
|
||||||
|
- '/usr/local/bin/entrypoint.sh clean podman BUILDTAGS="exclude_graphdriver_devicemapper selinux seccomp"'
|
||||||
|
|
||||||
|
|
||||||
build_each_commit_task:
|
build_each_commit_task:
|
||||||
|
|
||||||
|
@ -49,8 +49,6 @@ WORKDIR $GOSRC
|
|||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
go get -u github.com/mailru/easyjson/... && \
|
|
||||||
install -D -m 755 "$GOPATH"/bin/easyjson /usr/bin/ && \
|
|
||||||
make install.tools && \
|
make install.tools && \
|
||||||
install -D -m 755 $GOSRC/contrib/gate/entrypoint.sh /usr/local/bin/ && \
|
install -D -m 755 $GOSRC/contrib/gate/entrypoint.sh /usr/local/bin/ && \
|
||||||
rm -rf "$GOSRC"
|
rm -rf "$GOSRC"
|
||||||
|
Reference in New Issue
Block a user