Skip to content
Extraits de code Groupes Projets
Valider d4bf577b rédigé par Tom Barbette's avatar Tom Barbette
Parcourir les fichiers

CI: Do not test if --enable-dpdk-pool

--enable-dpdk-pool needs a DPDK setup
parent d1f0e1de
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -52,7 +52,8 @@ dpdk:
script:
- ls $PKG_CONFIG_PATH
- echo $LD_LIBRARY_PATH
- ./configure CXXFLAGS="-std=gnu++11" --enable-user-multithread --without-netmap --enable-dpdk ${DPDK_CONFIG} $CONFIG RTE_SDK=$RTE_SDK RTE_TARGET=$RTE_TARGET && make && make check
- ./configure CXXFLAGS="-std=gnu++11" --enable-user-multithread --without-netmap --enable-dpdk ${DPDK_CONFIG} $CONFIG RTE_SDK=$RTE_SDK RTE_TARGET=$RTE_TARGET && make
- if [[ "$DPDK_CONFIG" = *"--enable-dpdk-pool"* ]] ; then make check ; fi
netmap_single:
script:
......@@ -75,7 +76,7 @@ fnetmap:
cache:
paths:
- dpdk-*
- /dpdk
- netmap-$NETMAP_VERSION
before_script:
- sh deps.sh
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter