Merge pull request #607 from Random-Liu/no-cni-fastbuild

Do not fast build.
This commit is contained in:
Lantao Liu
2018-02-09 01:51:32 -08:00
committed by GitHub

View File

@@ -105,7 +105,7 @@ ${sudo} make install -e DESTDIR=${RUNC_DIR}
if ${INSTALL_CNI}; then
checkout_repo ${CNI_PKG} ${CNI_VERSION} ${CNI_REPO}
cd ${GOPATH}/src/${CNI_PKG}
FASTBUILD=true ./build.sh
./build.sh
${sudo} mkdir -p ${CNI_DIR}
${sudo} cp -r ./bin ${CNI_DIR}
${sudo} mkdir -p ${CNI_CONFIG_DIR}