Skip to content

Commit

Permalink
github: do not set --dpdk-machine haswell
Browse files Browse the repository at this point in the history
in ba395a2, 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 scylladb#2259
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed May 30, 2024
1 parent 8defba2 commit 92a7ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92a7ddd

Please sign in to comment.