From 076514040a476c08c42d2deff2afa64e3a5343f2 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Tue, 16 Jul 2024 16:47:52 +0200 Subject: [PATCH] Bug 1908165 - don't restart any services after apt-get, suppress prompt --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a5bd963fe4..5218ee2e2fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: - docker/install-docker-compose: version: 1.29.2 - run: - command: sudo apt-get update && sudo apt-get install python3-venv -y + command: sudo NEEDRESTART_SUSPEND=True apt-get update && sudo NEEDRESTART_SUSPEND=True apt-get install python3-venv -y name: python for glean - run: name: Run tests and coverage within Docker container