Skip to content

Commit

Permalink
Merge pull request opencontainers#2320 from kolyshkin/vgr
Browse files Browse the repository at this point in the history
CI cleanups
  • Loading branch information
AkihiroSuda authored Apr 20, 2020
2 parents cd5f4fd + b6cc397 commit 5b38ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
env:
- RUNC_USE_SYSTEMD=1
script:
- make BUILDTAGS="${BUILDTAGS}" all
- make all
- sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1
- go: 1.13.x
name: "cgroup-v2"
Expand Down Expand Up @@ -46,10 +46,6 @@ sudo: required
services:
- docker

env:
global:
- BUILDTAGS="seccomp apparmor selinux"

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libseccomp-dev
Expand All @@ -59,5 +55,5 @@ before_install:

script:
- git-validation -run DCO,short-subject -v
- make BUILDTAGS="${BUILDTAGS}"
- make BUILDTAGS="${BUILDTAGS}" clean ci cross
- make
- make clean ci cross
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Vagrant.configure("2") do |config|
end
config.vm.provision "shell", inline: <<-SHELL
cat << EOF | dnf -y shell
config install_weak_deps: False
update
install podman make golang-go libseccomp-devel bats jq
ts run
Expand Down

0 comments on commit 5b38ef7

Please sign in to comment.