aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/build_x86_64.sh
blob: 309e58b50f39360b82492925b64cc7d93c594968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
set -e

if [ "${CC#clang}" != "${CC}" ] ; then
	export CXX="clang++"
	sed -i 's/ODP_CHECK_CFLAG(\[\-Wcast-align\])/#ODP_CHECK_CFLAG(\[\-Wcast-align\])/g' /odp/configure.ac
fi

# Required by CentOS and Rocky Linux to find DPDK install
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib64/pkgconfig

exec "$(dirname "$0")"/build.sh