diff options
author | Brent Baude <bbaude@redhat.com> | 2020-02-03 13:39:18 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-02-10 18:44:20 -0600 |
commit | 2800323e60aaacf344d3f4204f79aa01ac558888 (patch) | |
tree | cf95bd03abfa5673298ba1866eb20beae17cf79b /contrib/spec | |
parent | e57253d06841d7a128ef760f8c47acf4b59157df (diff) | |
download | podman-2800323e60aaacf344d3f4204f79aa01ac558888.tar.gz podman-2800323e60aaacf344d3f4204f79aa01ac558888.tar.bz2 podman-2800323e60aaacf344d3f4204f79aa01ac558888.zip |
replace prow images test
this is a container-based approach to verifying we can build an rpm based on the contrib spec.
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'contrib/spec')
-rw-r--r-- | contrib/spec/podman.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 4e4dc5d21..4518ecc09 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -385,6 +385,7 @@ mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../../ src/%{import_path} popd ln -s vendor src +export GO111MODULE=off export GOPATH=$(pwd)/_build:$(pwd):$(pwd):%{gopath} export BUILDTAGS="varlink selinux seccomp $(%{hackdir}/hack/btrfs_installed_tag.sh) $(%{hackdir}/hack/btrfs_tag.sh) $(%{hackdir}/hack/libdm_tag.sh) exclude_graphdriver_devicemapper" |