From 04255694f9fb85e593deb5d6ebef8c083d276764 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 4 Aug 2022 10:54:59 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 58327e2..2ee02a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline{ cd poky source ./oe-init-build-env ../build cat conf/*.conf - bitbake -c cleanall bluez5 core-image-base + bitbake -c cleanall gcc core-image-base bitbake core-image-base ''' }