From 9ce627051ff60fd39d62652b758d253f659c8be8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 30 May 2024 12:14:10 +0800 Subject: [PATCH] github: do not set --dpdk-machine haswell in ba395a22, in order to workaround a bug in clang-18, we hardwired --dpdk-machine to haswell, but now that LLVM 18.1.6 has released, and fedora 40 has received the new LLVM package built from LLVM 18.1.6, we can now partially drop this change. Fixes #2259 Signed-off-by: Kefu Chai Closes scylladb/seastar#2276 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5debb533902..b46d3087246 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -35,7 +35,7 @@ jobs: standard: 23 mode: release enables: --enable-dpdk - options: --cook dpdk --dpdk-machine haswell + options: --cook dpdk build_with_cxx_modules: name: "Test with C++20 modules enabled" uses: ./.github/workflows/test.yaml