diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-10-23 05:56:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 05:56:29 -0700 |
commit | ad88fcfc22eecf018a5aa9f0b8d23cda5919449b (patch) | |
tree | d6e77ae664b5cceda4ee48828f76944bd576973b /contrib/cirrus/setup_environment.sh | |
parent | 3a45fd1115ae752e3737afef64491311dc229c3d (diff) | |
parent | 89b5484ad2969ad139986da1ffd6855d708824b1 (diff) | |
download | podman-ad88fcfc22eecf018a5aa9f0b8d23cda5919449b.tar.gz podman-ad88fcfc22eecf018a5aa9f0b8d23cda5919449b.tar.bz2 podman-ad88fcfc22eecf018a5aa9f0b8d23cda5919449b.zip |
Merge pull request #1660 from cevich/cirrus_criu
Cirrus: Install CRIU in test images
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 2302f0e15..167db127f 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -41,6 +41,7 @@ then "export OS_RELEASE_ID=\"$(os_release_id)\"" \ "export OS_RELEASE_VER=\"$(os_release_ver)\"" \ "export OS_REL_VER=\"${OS_RELEASE_ID}-${OS_RELEASE_VER}\"" \ + "export BUILT_IMAGE_SUFFIX=\"-$CIRRUS_REPO_NAME-${CIRRUS_CHANGE_IN_REPO:0:8}\"" \ "export GOPATH=\"/go\"" \ 'export PATH="$HOME/bin:$GOPATH/bin:/usr/local/bin:$PATH"' \ 'export LD_LIBRARY_PATH="/usr/local/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"' |