Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 50d2c70

Browse files
committed
Install libolm3 from buster backports so complement builds
1 parent dd50d87 commit 50d2c70

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

complement/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
steps:
77
- command:
8-
- apt-get update && apt-get install -y libolm-dev
8+
- echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/complement.list
9+
- apt-get update && apt-get install -y libolm3 libolm-dev/buster-backports
910
- go build -tags="*" ./internal/...
1011
label: "\U0001F528 Build Complement / :go: 1.13"
1112
plugins:
@@ -18,7 +19,8 @@ steps:
1819
limit: 3
1920

2021
- command:
21-
- apt-get update && apt-get install -y libolm-dev
22+
- echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/complement.list
23+
- apt-get update && apt-get install -y libolm3 libolm-dev/buster-backports
2224
- go build -tags="*" ./internal/...
2325
label: "\U0001F528 Build Complement / :go: 1.15"
2426
plugins:

0 commit comments

Comments
 (0)