From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.26476.1669845702879103605 for ; Wed, 30 Nov 2022 14:01:43 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=aRZwEicQ; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: osteffen@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669845702; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=osNjlsQRZygOjELGrl5HBrkehOF5sIt4YEnXzNmKaX0=; b=aRZwEicQFBs47E/P2gGiHsrXbHA1xEHm3KLR2pNfpvCK6QYBTrtMRD2l0tnupEWPEi1YWj 7g8NpJYwAmmBHRyvrgRtVNQxq+COwElaW+YloPPXMRUDw5eprLVQKk7bp1NZ+XxRmnQvxW 57UUwVqJ2rDgodsB4u3jqCwLHOJtSpQ= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-17-o1ErFw_0PVejVOo-ltoJEQ-1; Wed, 30 Nov 2022 17:01:40 -0500 X-MC-Unique: o1ErFw_0PVejVOo-ltoJEQ-1 Received: by mail-lf1-f72.google.com with SMTP id i5-20020a0565123e0500b004a26e99bcd5so6927274lfv.1 for ; Wed, 30 Nov 2022 14:01:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=osNjlsQRZygOjELGrl5HBrkehOF5sIt4YEnXzNmKaX0=; b=laWVSl10v+DIbaJqgdOvOKrWiEmcmwUgRH704I2w4DEsB4xa5oBkVEAUGmOZ2Zf0W+ OuTETUGJkdhOTv8YNwvO36zUM46jmM3feMzawZXKd1o2Dbp38+jnYriHlDCTxPAfr899 7CWzFB52aVSmZWjXUJHVSTZSTu+h+bj/2G4oZIvgigCuCIEgGkYG1oQv61yQsjC0papV JmaNkJ/g9qPjbqqhPCso6BdzyA/DVrDBfwnmi/d8nOda6dubJgVX3ChCXB9hh3uJKRDN DdN/NFMzq0QPji0EqgLXlHfJrpxA+v1eW0nXAL0dilw7hgc3ffOu7VEGAwbOoYXXXmNs XIWA== X-Gm-Message-State: ANoB5pmUsHVShrDQele/ObLCl8k+Gf/LkqnHJRKcpI98fF5GcVxLcvq9 eDqPB/S5g1ZEIxVCZPtDWX931QVY/MPq7glu5B+hO1CTu/wpeWXIZ9IMxlYQ/ZtzsjRvoWm2Y1y BJuLMyLaIk9fZWgM05Fdmp7iWH/HpnQ== X-Received: by 2002:a05:651c:114b:b0:26d:fba9:984c with SMTP id h11-20020a05651c114b00b0026dfba9984cmr20116469ljo.438.1669845698956; Wed, 30 Nov 2022 14:01:38 -0800 (PST) X-Google-Smtp-Source: AA0mqf4TtCpVAxyJhowpGIUhbOwWWMF8U/rhi2S3V6aQkMSgToTYCVu7g2lozHP8P48yS8D388PFZj3wjG4VPlLZyTo= X-Received: by 2002:a05:651c:114b:b0:26d:fba9:984c with SMTP id h11-20020a05651c114b00b0026dfba9984cmr20116444ljo.438.1669845698778; Wed, 30 Nov 2022 14:01:38 -0800 (PST) Received: from 567203818698 named unknown by gmailapi.google.com with HTTPREST; Wed, 30 Nov 2022 14:01:37 -0800 From: "Oliver Steffen" X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221130220125.1112760-1-osteffen@redhat.com> References: <20221130220125.1112760-1-osteffen@redhat.com> MIME-Version: 1.0 Date: Wed, 30 Nov 2022 14:01:37 -0800 Message-ID: Subject: [PATCH v9 04/12] CI: add ~/.local/bin to PATH (Linux only) To: devel@edk2.groups.io Cc: Andrew Fish , Ard Biesheuvel , Bob Feng , Daniel Schaefer , Gerd Hoffmann , Jiewen Yao , Jordan Justen , Leif Lindholm , Liming Gao , Michael D Kinney , Michael Kubacki , Ray Ni , Sami Mujawar , Sean Brogan , Sunil V L , Yuwei Chen , Zhiguang Liu , Pawel Polawski , Chris Fernald , Oliver Steffen X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Fix pip install under certain conditions. Signed-off-by: Oliver Steffen --- .azurepipelines/templates/platform-build-run-steps.yml | 6 ++++++ .azurepipelines/templates/pr-gate-steps.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azurepipelines/templates/platform-build-run-steps.yml index 8803d80cf51c..087f460d7fec 100644 --- a/.azurepipelines/templates/platform-build-run-steps.yml +++ b/.azurepipelines/templates/platform-build-run-steps.yml @@ -39,6 +39,12 @@ parameters: default: '' steps: +- bash: | + echo "##vso[task.prependpath]${HOME}/.local/bin" + echo "new PATH=${PATH}" + displayName: Set PATH + condition: eq('${{ parameters.tool_chain_tag }}', 'GCC5') + - checkout: self clean: true fetchDepth: 1 diff --git a/.azurepipelines/templates/pr-gate-steps.yml b/.azurepipelines/templates/pr-gate-steps.yml index 27a44c06011c..99d52cfa0605 100644 --- a/.azurepipelines/templates/pr-gate-steps.yml +++ b/.azurepipelines/templates/pr-gate-steps.yml @@ -15,6 +15,12 @@ parameters: usePythonVersion: '' steps: +- bash: | + echo "##vso[task.prependpath]${HOME}/.local/bin" + echo "new PATH=${PATH}" + displayName: Set PATH + condition: eq('${{ parameters.tool_chain_tag }}', 'GCC5') + - checkout: self clean: true fetchDepth: 1 -- 2.38.1