File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 70
70
steps :
71
71
- uses : actions/checkout@v2
72
72
- run : sudo docker run -i -v `pwd`:/ofp --privileged --shm-size 8g -e CC="${{matrix.cc}}" -e ARCH="${ARCH}"
73
- -e CXX=g++-10 $CONTAINER_NAMESPACE/odp-ci-${OS}-${ARCH}-dpdk_20 .11 /bin/bash -c "apt-get update && apt install g++-10 && /ofp/scripts/check-dpdk.sh"
73
+ -e CXX=g++-10 $CONTAINER_NAMESPACE/odp-ci-${OS}-${ARCH}-dpdk_22 .11 /bin/bash -c "apt-get update && apt install g++-10 && /ofp/scripts/check-dpdk.sh"
74
74
- name : Failure log
75
75
if : ${{ failure() }}
76
76
run : find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Download and build OpenDataPlane (ODP) library:
72
72
73
73
git clone https://github.com/OpenDataPlane/odp
74
74
cd odp
75
- git checkout v1.35 .0.0
75
+ git checkout v1.41 .0.0
76
76
./bootstrap
77
77
./configure --prefix=<INSTALL ODP TO THIS DIR>
78
78
make
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Download and install ODP:
63
63
64
64
git clone https://github.com/OpenDataPlane/odp
65
65
cd odp
66
- git checkout v1.35 .0.0
66
+ git checkout v1.41 .0.0
67
67
./bootstrap
68
68
./configure --prefix=/usr/local
69
69
make install
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mkdir -p /mnt/huge
14
14
mount -t hugetlbfs nodev /mnt/huge
15
15
16
16
# Build ODP
17
- git clone https://github.com/OpenDataPlane/odp-dpdk --branch v1.35 .0.0_DPDK_19 .11 --depth 1
17
+ git clone https://github.com/OpenDataPlane/odp-dpdk --branch v1.41 .0.0_DPDK_22 .11 --depth 1
18
18
pushd odp-dpdk
19
19
./bootstrap
20
20
./configure --prefix=$( pwd) /install --enable-deprecated --without-tests --without-examples
Original file line number Diff line number Diff line change 9
9
cd $( readlink -e $( dirname $0 ) ) /..
10
10
11
11
# Build ODP
12
- git clone https://github.com/OpenDataPlane/odp --branch v1.35 .0.0 --depth 1
12
+ git clone https://github.com/OpenDataPlane/odp --branch v1.41 .0.0 --depth 1
13
13
pushd odp
14
14
./bootstrap
15
15
./configure --prefix=$( pwd) /install --enable-deprecated --without-tests --without-examples
Original file line number Diff line number Diff line change 9
9
cd $( readlink -e $( dirname $0 ) ) /..
10
10
11
11
# Build DPDK
12
- git clone http://dpdk.org/git/dpdk-stable --branch 20 .11 --depth 1 ./dpdk
12
+ git clone http://dpdk.org/git/dpdk-stable --branch 22 .11 --depth 1 ./dpdk
13
13
pushd dpdk
14
14
meson build
15
15
pushd build
19
19
popd
20
20
21
21
# Build ODP
22
- git clone https://github.com/OpenDataPlane/odp-dpdk --branch v1.35 .0.0_DPDK_19 .11 --depth 1
22
+ git clone https://github.com/OpenDataPlane/odp-dpdk --branch v1.41 .0.0_DPDK_22 .11 --depth 1
23
23
pushd odp-dpdk
24
24
./bootstrap
25
25
PKG_CONFIG_PATH=$( pwd) /../dpdk/install/lib64/pkgconfig:${PKG_CONFIG_PATH} ./configure --prefix=$( pwd) /install
You can’t perform that action at this time.
0 commit comments