patch 'ci: fix build for Arm cross compilation in GHA' has been queued to stable release 22.11.3

Xueming Li xuemingl at nvidia.com
Sun Jun 25 08:33:52 CEST 2023


Hi,

FYI, your patch has been queued to stable release 22.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/27/23. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://git.dpdk.org/dpdk-stable/log/?h=22.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=22.11-staging&id=44a9b3b4f73838396e7b8afb397e7007e70c2d26

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 44a9b3b4f73838396e7b8afb397e7007e70c2d26 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Tue, 6 Jun 2023 12:52:47 +0200
Subject: [PATCH] ci: fix build for Arm cross compilation in GHA
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit ab1e3c7eda0972454fcdb160d03863d068aa9159 ]

We are hitting a storage limit when linking binaries statically.
On the other hand, native builds are tested in other part of the CI and
the chance of breaking static linking only is relatively low, so let's
simply test linking against shared libraries.

Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Tested-by: Ferruh Yigit <ferruh.yigit at amd.com>
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 04a975c787..735c58ef2b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -53,6 +53,7 @@ jobs:
             cross: mingw
           - os: ubuntu-20.04
             compiler: gcc
+            library: shared
             cross: aarch64
           - os: ubuntu-20.04
             compiler: gcc
-- 
2.25.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2023-06-25 14:31:58.952882700 +0800
+++ 0014-ci-fix-build-for-Arm-cross-compilation-in-GHA.patch	2023-06-25 14:31:58.295773900 +0800
@@ -1 +1 @@
-From ab1e3c7eda0972454fcdb160d03863d068aa9159 Mon Sep 17 00:00:00 2001
+From 44a9b3b4f73838396e7b8afb397e7007e70c2d26 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit ab1e3c7eda0972454fcdb160d03863d068aa9159 ]
@@ -11,2 +13,0 @@
-Cc: stable at dpdk.org
-
@@ -21 +22 @@
-index 7322eb59b7..3b629fcdbd 100644
+index 04a975c787..735c58ef2b 100644


More information about the stable mailing list