Merge pull request #2699 from cgwalters/drop-debian-testing
ci: Also drop seccomp on debian testing
This commit is contained in:
commit
51edc3a70c
|
|
@ -126,6 +126,7 @@ jobs:
|
|||
|
||||
- name: Debian Testing
|
||||
image: debian:testing-slim
|
||||
container-options: --security-opt seccomp=unconfined
|
||||
pre-checkout-setup: |
|
||||
apt-get update
|
||||
apt-get install -y git
|
||||
|
|
|
|||
Loading…
Reference in New Issue