diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-30 11:23:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 11:23:05 +0100 |
commit | b01ec95bda1f0398e62be85aeade70f2e6a1ca8d (patch) | |
tree | c768302438a4dd019bab007c51c3698affb56be7 /contrib/cirrus/unit_test.sh | |
parent | 76019c31f535c6473e5f7d645cf42ca4477e2c33 (diff) | |
parent | 18b7009754df560d6debcba6123888af62b6e3e0 (diff) | |
download | podman-b01ec95bda1f0398e62be85aeade70f2e6a1ca8d.tar.gz podman-b01ec95bda1f0398e62be85aeade70f2e6a1ca8d.tar.bz2 podman-b01ec95bda1f0398e62be85aeade70f2e6a1ca8d.zip |
Merge pull request #2225 from cevich/enable_apparmor
Cirrus: Enable AppArmor build and test
Diffstat (limited to 'contrib/cirrus/unit_test.sh')
-rwxr-xr-x | contrib/cirrus/unit_test.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/cirrus/unit_test.sh b/contrib/cirrus/unit_test.sh index 15403b7a7..fd9e82509 100755 --- a/contrib/cirrus/unit_test.sh +++ b/contrib/cirrus/unit_test.sh @@ -16,12 +16,8 @@ clean_env set -x cd "$GOSRC" case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in - ubuntu-18) - make install.tools "BUILDTAGS=$BUILDTAGS" - make localunit "BUILDTAGS=$BUILDTAGS" - make "BUILDTAGS=$BUILDTAGS" - ;; - fedora-29) ;& # Continue to the next item + ubuntu-18) ;& # Continue to the next item + fedora-29) ;& fedora-28) ;& centos-7) ;& rhel-7) |