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.coop...@citrix.com> --- CC: Anthony PERARD <anthony.per...@vates.tech> CC: Stefano Stabellini <sstabell...@kernel.org> CC: Michal Orzel <michal.or...@amd.com> CC: Doug Goldstein <car...@cardoe.com> CC: Marek Marczykowski-Górecki <marma...@invisiblethingslab.com> CC: Jason Andryuk <jason.andr...@amd.com> CC: Daniel P. Smith <dpsm...@apertussolutions.com> --- .gitlab-ci.yml | 2 +- scripts/build-argo.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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" -- 2.39.5