diff mbox series

Update to latest Argo

Message ID 20250417145502.2565165-1-andrew.cooper3@citrix.com (mailing list archive)
State New
Headers show
Series Update to latest Argo | expand

Commit Message

Andrew Cooper April 17, 2025, 2:55 p.m. UTC
The bugfixes I submitted during commit 36500bcb5e24 ("Overhaul how Argo is
built and packged") have now been merged.

Update the version used, and drop the -Wno-error workaround.

Link: https://github.com/OpenXT/linux-xen-argo/pull/21
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Doug Goldstein <cardoe@cardoe.com>
CC: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
CC: Jason Andryuk <jason.andryuk@amd.com>
CC: Daniel P. Smith <dpsmith@apertussolutions.com>
---
 .gitlab-ci.yml        | 2 +-
 scripts/build-argo.sh | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Jason Andryuk April 17, 2025, 4:12 p.m. UTC | #1
On 2025-04-17 10:55, Andrew Cooper wrote:
> The bugfixes I submitted during commit 36500bcb5e24 ("Overhaul how Argo is
> built and packged") have now been merged.
> 
> Update the version used, and drop the -Wno-error workaround.
> 
> Link: https://github.com/OpenXT/linux-xen-argo/pull/21
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Reviewed-by: Jason Andryuk <jason.andryuk@amd.com>
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74335363d5ed..dcf76db6ec62 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@  linux-6.6.56-x86_64:
   script: ./scripts/build-linux.sh
   variables:
     LINUX_VERSION: 6.6.56
-    ARGO_SHA: "705a7a8a624b42e13e655d3042059b8a85cdf6a3"
+    ARGO_SHA: "cf73819cacc945baca1a7421e5836d1bd481739b"
     ARGOEXEC_SHA: "d900429f6640acc6f68a3d3a4c945d7da60625d8"
 
 microcode-x86:
diff --git a/scripts/build-argo.sh b/scripts/build-argo.sh
index ef7057d847d4..cd01078a3f39 100755
--- a/scripts/build-argo.sh
+++ b/scripts/build-argo.sh
@@ -20,7 +20,6 @@  git -C "${WORKDIR}/linux-xen-argo" switch --detach FETCH_HEAD
 make -j$(nproc) -C "linux-${LINUX_VERSION}" \
      M="${WORKDIR}/linux-xen-argo/argo-linux" \
      KBUILD_MODPOST_WARN=1 \
-     CFLAGS_MODULE="-Wno-error" \
      modules
 install -D -m644 "${WORKDIR}/linux-xen-argo/argo-linux/xen-argo.ko" \
      "${ARGODIR}/lib/modules/${LINUX_VERSION}/updates/xen-argo.ko"