diff options
Diffstat (limited to '.builds/fedora-latest.yml')
-rw-r--r-- | .builds/fedora-latest.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.builds/fedora-latest.yml b/.builds/fedora-latest.yml index 0e0cade6..67a3b149 100644 --- a/.builds/fedora-latest.yml +++ b/.builds/fedora-latest.yml @@ -2,11 +2,13 @@ image: fedora/latest packages: - golang + - notmuch-devel - scdoc sources: - "https://git.sr.ht/~rjarry/aerc" environment: DESTDIR: ./out + GOFLAGS: "-tags=notmuch" tasks: - build: | cd aerc |