Skip to content

Commit 90b0dde

Browse files
authored
COMPASS-1212: Fix Evergreen Ubuntu keytar build failure (#1038)
* COMPASS-1212: Solution for keytar install failure * Well that didn't work... any chance we have sudo? * Or maybe it will pick up just in local cwd? * Huh. Somehow we have sudo now? Cool beans.
1 parent 05a0c46 commit 90b0dde

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.evergreen.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,14 @@ tasks:
322322
cp ./libsecret-1.so.0 /usr/lib64/libsecret-1.so.0
323323
variants:
324324
- rhel
325+
- command: shell.exec
326+
params:
327+
working_dir: src
328+
script: |
329+
set -ev
330+
sudo apt-get install --yes libsecret-1-0 libsecret-1-dev
331+
variants:
332+
- ubuntu
325333
- func: "configure"
326334
- func: "install"
327335
- command: expansions.update

0 commit comments

Comments
 (0)