File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 77 branches : [ master ]
88env :
99 CXXFLAGS : -std=gnu++11
10- FLAGS : --enable-all-elements --enable-simtime
10+ FLAGS : --enable-all-elements
1111
1212 # Until we find a solution for the world-writable /home/runner in GitHub Actions...
1313 NODPDKTEST : 1
2020 strategy :
2121 matrix :
2222 COMPILER : [gcc, clang]
23- FRAMEWORK : [vanilla, dpdk, netmap, vanilla-nopool ]
23+ FRAMEWORK : [vanilla, dpdk, netmap]
2424
2525 steps :
2626 - uses : actions/checkout@v2
6363 echo "FRAMEWORK_FLAGS=$FRAMEWORK_FLAGS" >> $GITHUB_ENV
6464 echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV
6565 echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
66- elif [ "${{matrix.FRAMEWORK}}" = "vanilla-nopool" ] ; then
67- FRAMEWORK_FLAGS="$FRAMEWORK_FLAGS --disable-click-pool"
68- echo "FRAMEWORK_FLAGS=$FRAMEWORK_FLAGS" >> $GITHUB_ENV
6966 fi
7067 - name : configure
7168 run : |
You can’t perform that action at this time.
0 commit comments