From 5dafbd867d6ae1e5e0ca6fbef511577d694acbe4 Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 29 Nov 2021 20:23:21 -0500 Subject: [PATCH] add dbus --- .gitlab-ci.yml | 3 +++ external/keyring-rs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de2bf46d..a882b533 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,5 +27,8 @@ test_linux_amd64: - linux - amd64 script: + - dbus-uuidgen > /var/lib/dbus/machine-id + - mkdir -p /var/run/dbus + - dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address # - RUSTFLAGS="-D warnings" RUST_BACKTRACE=1 cargo test -- --nocapture - RUST_BACKTRACE=1 cargo test -- --nocapture diff --git a/external/keyring-rs b/external/keyring-rs index 70616ea2..437bdb8d 160000 --- a/external/keyring-rs +++ b/external/keyring-rs @@ -1 +1 @@ -Subproject commit 70616ea279ae560d0f91d23ad707c713320e3d7b +Subproject commit 437bdb8da9e699ef637060fc2eceed57bb6d1eb6