mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #3261 from cevich/no_buildah
Remove source-built buildah from CI
This commit is contained in:
@ -31,9 +31,9 @@ env:
|
||||
####
|
||||
#### Cache-image names to test with
|
||||
###
|
||||
FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-5171433328607232"
|
||||
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-5171433328607232"
|
||||
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-5171433328607232"
|
||||
FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-5157899144265728"
|
||||
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-5157899144265728"
|
||||
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-5157899144265728"
|
||||
|
||||
####
|
||||
#### Variables for composing new cache-images (used in PR testing) from
|
||||
|
@ -79,14 +79,6 @@ RUN set -x \
|
||||
&& cp bin/* /usr/libexec/cni \
|
||||
&& rm -rf "$GOPATH"
|
||||
|
||||
# Install buildah
|
||||
RUN set -x \
|
||||
&& export GOPATH=/go \
|
||||
&& git clone https://github.com/containers/buildah "$GOPATH/src/github.com/containers/buildah" \
|
||||
&& cd "$GOPATH/src/github.com/containers/buildah" \
|
||||
&& make \
|
||||
&& make install
|
||||
|
||||
# Install ginkgo
|
||||
RUN set -x \
|
||||
&& export GOPATH=/go \
|
||||
|
@ -38,14 +38,6 @@ RUN set -x \
|
||||
&& cp bin/* /usr/libexec/cni \
|
||||
&& rm -rf "$GOPATH"
|
||||
|
||||
# Install buildah
|
||||
RUN set -x \
|
||||
&& export GOPATH=/go \
|
||||
&& git clone https://github.com/containers/buildah "$GOPATH/src/github.com/containers/buildah" \
|
||||
&& cd "$GOPATH/src/github.com/containers/buildah" \
|
||||
&& make \
|
||||
&& make install
|
||||
|
||||
# Install ginkgo
|
||||
RUN set -x \
|
||||
&& export GOPATH=/go \
|
||||
|
@ -42,14 +42,6 @@ RUN set -x \
|
||||
&& cp bin/* /usr/libexec/cni \
|
||||
&& rm -rf "$GOPATH"
|
||||
|
||||
# Install buildah
|
||||
RUN set -x \
|
||||
&& export GOPATH=/go \
|
||||
&& git clone https://github.com/containers/buildah "$GOPATH/src/github.com/containers/buildah" \
|
||||
&& cd "$GOPATH/src/github.com/containers/buildah" \
|
||||
&& make \
|
||||
&& make install
|
||||
|
||||
# Install ginkgo
|
||||
RUN set -x \
|
||||
&& export GOPATH=/go \
|
||||
|
@ -76,8 +76,6 @@ install_conmon
|
||||
CNI_COMMIT=$FEDORA_CNI_COMMIT
|
||||
install_cni_plugins
|
||||
|
||||
install_buildah
|
||||
|
||||
sudo /tmp/libpod/hack/install_catatonit.sh
|
||||
|
||||
rh_finalize # N/B: Halts system!
|
||||
|
@ -99,8 +99,6 @@ install_conmon
|
||||
|
||||
install_cni_plugins
|
||||
|
||||
install_buildah
|
||||
|
||||
sudo /tmp/libpod/hack/install_catatonit.sh
|
||||
|
||||
install_varlink
|
||||
|
@ -2,7 +2,6 @@ FROM fedora:29
|
||||
RUN dnf -y install \
|
||||
atomic-registries \
|
||||
btrfs-progs-devel \
|
||||
buildah \
|
||||
bzip2 \
|
||||
conmon \
|
||||
container-selinux \
|
||||
|
Reference in New Issue
Block a user