From 5714d6f1d908d6918d422d6fc907fe0a4d072d7c Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 2 Jan 2024 14:05:17 -0800 Subject: [PATCH] More libevent Deps. --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8084937..33f0d2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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