More libevent Deps.
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2024-01-02 14:05:17 -08:00
parent 4d81bf9d1b
commit 5714d6f1d9
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,8 @@ steps:
- name: deps
path: /go
commands:
- apt update
- apt install libevent-2.1-7
- export PATH=`pwd`:$PATH
- tor --version
- go test -timeout=30m -race -v cwtch.im/cwtch/testing/
@ -50,6 +52,8 @@ steps:
- name: deps
path: /go
commands:
- apt update
- apt install libevent-2.1-7
- export PATH=`pwd`:$PATH
- go test -timeout=20m -race -v cwtch.im/cwtch/testing/filesharing
- name: filesharing-autodownload-integ-test
@ -58,6 +62,8 @@ steps:
- name: deps
path: /go
commands:
- apt update
- apt install libevent-2.1-7
- export PATH=`pwd`:$PATH
- go test -timeout=20m -race -v cwtch.im/cwtch/testing/autodownload
- name: notify-gogs