From 218cc9c7d3a622183cfcf52d5f45cebc06f45349 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 14 Jan 2024 22:20:52 -0500 Subject: [PATCH] ci: use --privileged instead of WITH DOCKER --- Earthfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Earthfile b/Earthfile index e757a7a..67a6054 100644 --- a/Earthfile +++ b/Earthfile @@ -126,9 +126,7 @@ integration-test-build: ARG NIGHTLY=false FROM +integration-test-base --NIGHTLY=$NIGHTLY - WITH DOCKER - RUN bb -vv build config/recipe-jp-desktop.yml - END + RUN --privileged bb -vv build config/recipe-jp-desktop.yml integration-test-base: ARG NIGHTLY=false