From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B6EA1A0C4D for ; Thu, 15 Jul 2021 10:01:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE30840143; Thu, 15 Jul 2021 10:01:05 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id E174D40140 for ; Thu, 15 Jul 2021 10:01:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1626336063; 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=xdG6e/mkEKtFN04YCNTK7IdbmzYZN7BvsxvHFqkDDGM=; b=hxxoFL3zEaXB5WesMT8u1LO/+g7rJWDPa0LKV00BGP1nvHPTfhUK4g32BiXGmKTqoTbXnz Z8VJP/DbLwmzTMev+yvMrmgH3jxBK7tFShNTD5cAIBu1rZBTMxXutfnbQQ2rfeXzL61pJh 8EGnLfDz0UcS8Zj7B7I+mpiBSrWYF4c= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-180-RyVCfxMzMoCo2uaIxlP1JA-1; Thu, 15 Jul 2021 04:01:00 -0400 X-MC-Unique: RyVCfxMzMoCo2uaIxlP1JA-1 Received: by mail-vk1-f198.google.com with SMTP id y3-20020ac5c8030000b0290258ad5d117cso1257523vkl.13 for ; Thu, 15 Jul 2021 01:01:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xdG6e/mkEKtFN04YCNTK7IdbmzYZN7BvsxvHFqkDDGM=; b=L3RhY0BA2UQoIixTxBBVs8gQapOcm+X6QvXF6wN0UyM/Y8lbn02kLwc5MtdCO2GQAf dzAX4cTZw5931DLovHcLDRJZKr4XCutiDqIae+1ZFjXcU0zaltK+gJl/juzlmJBXIuR1 qAaB9NkMKGZFZz4K+QJ+LDgn17H3hniWM2S+x+CjxE7B59H2wbWvmqUPz3QULxjJIykZ +JJ5gCKtFtY/733ekrCFkPXkW522f7WeyEi5O63B+pr8SbcydjqWFZC/RN3EnwTI9KYU 0SPbGrqe9jbeUKCitCyt3pS/LcEjk+ijTgxcUOw1hyGftOa5UJYSBo5CTRLZQb22Z44t tnvg== X-Gm-Message-State: AOAM530VBTeLiSiM5fetgMSZzgZXkZs1vintDsbzkzyAdQMRAqvxUtWG eg5YJB4ywYGJdv7jkaojmvmO8SIOeRgzr4H2ykK6rOG/LJ1xbYa4EwOU58f/Aw2Jzy1LDwZLWEx m7hz2gl8H5zy+EB3I+A== X-Received: by 2002:ab0:7e94:: with SMTP id j20mr4896776uax.87.1626336060077; Thu, 15 Jul 2021 01:01:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxtZr4aphV2MATeHk/SS0afnNAcXYuuSYFDwb8/R3wKPT2X6W4kigxQ2LvatCa+zvI1UMO4lUD2kJqQ5ktW/7M= X-Received: by 2002:ab0:7e94:: with SMTP id j20mr4896695uax.87.1626336059576; Thu, 15 Jul 2021 01:00:59 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Thu, 15 Jul 2021 10:00:48 +0200 Message-ID: To: Brandon Lo , Lincoln Lavoie Cc: ci@dpdk.org, dpdklab , Aaron Conole , Thomas Monjalon , Andrew Rybchenko Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-ci] [dpdklab] Re: Please install libatomic on your systems X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" On Wed, Jul 7, 2021 at 8:36 PM David Marchand wrote: > > On Wed, Jul 7, 2021 at 7:52 PM Brandon Lo wrote: > > > > Hi David, > > > > I have added the dependency to all containers / virtual machines that > > run the ABI check test. > > Could you also point me to the correct branch to compile with this new > > dependency installed? > > The main branch should pass the usual tests, compile, ut, abi. > Adding this dependency won't change anything for current main. > > As for the patches requiring this update, they are from this patchset: > http://patchwork.dpdk.org/project/dpdk/list/?series=17590 > Re-running the checks on this series should give all green flags. > Any update? sfc series are blocked because of this. -- David Marchand