File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - VER_CXX=g++-5 DEBUG=1
2626 - VER_CXX=g++-5 TAG_SUFFIX=_32 # 32bit build
2727 - VER_CXX=g++-6
28+ - VER_CXX=g++-7
2829
2930before_install :
3031 - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN cd /build && \
2121 git clone -b ${BESS_DPDK_BRANCH} https://github.com/netsys/bess && \
2222 cd /build/bess && \
2323 setarch ${DPDK_ARCH} ./build.py dpdk && \
24- mv /build/bess/deps/dpdk-17.02 /build/dpdk-17.02 && \
24+ mv /build/bess/deps/dpdk-17.05 /build/dpdk-17.05 && \
2525 rm -rf /build/bess
2626
2727WORKDIR /build/bess
Original file line number Diff line number Diff line change 1414 - g++-4.8
1515 - g++-5
1616 - g++-6
17+ - g++-7
1718 - g++
1819 - clang-3.8
1920 - autoconf
Original file line number Diff line number Diff line change @@ -71,5 +71,6 @@ def main(argv):
7171
7272 return 0
7373
74+
7475if __name__ == '__main__' :
7576 sys .exit (main (sys .argv ))
You can’t perform that action at this time.
0 commit comments