fix apparmor
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
ac827968b6
commit
47a5457abf
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ go:
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/golang/lint/golint
|
- go get github.com/golang/lint/golint
|
||||||
- go get honnef.co/go/tools/cmd/staticcheck
|
- go get honnef.co/go/tools/cmd/staticcheck
|
||||||
|
- echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/backports.list
|
||||||
|
- sudo apt update && sudo apt install -y -t trusty-backports libapparmor-dev libseccomp-dev
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- script: make everything
|
- script: make everything
|
||||||
|
|
Loading…
Reference in a new issue