summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/linux-build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
index ff6ae4b10..8d111b6d7 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -223,10 +223,6 @@ if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
DPDK_VER="21.11"
fi
install_dpdk $DPDK_VER
- if [ "$CC" = "clang" ]; then
- # Disregard cast alignment errors until DPDK is fixed
- CFLAGS_FOR_OVS="${CFLAGS_FOR_OVS} -Wno-cast-align"
- fi
fi
if [ "$CC" = "clang" ]; then