drone privileged
continuous-integration/drone/push Build encountered an error Details

main
Drew Bednar 2 months ago
parent f3674698c6
commit 5f5f4f40bc

@ -10,10 +10,12 @@ steps:
- go test -v ./... - go test -v ./...
- go vet ./... - go vet ./...
group: test-lint group: test-lint
security: # escalated permissions to avoid runtime/cgo: pthread_create failed: Operation not permitted
syscaps: # security:
- SYS_PTRACE # syscaps:
- IPC_LOCK # - SYS_PTRACE
# - IPC_LOCK
privileged: true
trigger: trigger:
event: event:

Loading…
Cancel
Save