From 5f1dc65d963941c025e10c14e4948d39faa338ee Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 5 Dec 2021 09:13:36 -0500 Subject: [PATCH] remove cruft --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38eb838e..de2bf46d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,13 +27,5 @@ 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 - - | - dbus-run-session -- sh << END - echo | gnome-keyring-daemon --unlock - cargo test -- --nocapture - END # - RUSTFLAGS="-D warnings" RUST_BACKTRACE=1 cargo test -- --nocapture - RUST_BACKTRACE=1 cargo test -- --nocapture