#!/bin/bash -ex
# SPDX-License-Identifier: BSD-3-Clause
# This script is only used to run inside a container as the ENTRYPOINT.
cd spdk

./configure --with-dpdk=/dpdk/build --enable-werror --without-vhost
MAKE_PAUSE=n make clean
MAKE_PAUSE=n make -j$(nproc)
