summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLu Qiuwen <[email protected]>2021-07-19 15:00:35 +0800
committerLu Qiuwen <[email protected]>2021-07-19 15:00:35 +0800
commit566081cb3a1396de58b0823efa243bc7e550d2e5 (patch)
tree7fa22adc6e664b2ed8429ab248adbc3517f2ca7f
parentfd23b90b4142c49411dc9485db910a262542bd04 (diff)
调整依赖的DPDK版本。v4.4.8-20210719
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0cd6573..61d60b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ build-debug:
- share
variables:
BUILD_TYPE: "Debug"
- BUILD_PREFIX: "/opt/dpdk-20.11.1-debug"
+ BUILD_PREFIX: "/opt/dpdk-20.11.2-debug"
except:
- tags
@@ -50,7 +50,7 @@ build-release:
- share
variables:
BUILD_TYPE: "RelWithDebInfo"
- BUILD_PREFIX: "/opt/dpdk-20.11.1-rel"
+ BUILD_PREFIX: "/opt/dpdk-20.11.2-rel"
except:
- tags
@@ -61,7 +61,7 @@ package-debug:
- share
variables:
BUILD_TYPE: "Debug"
- BUILD_PREFIX: "/opt/dpdk-20.11.1-debug"
+ BUILD_PREFIX: "/opt/dpdk-20.11.2-debug"
PULP3_REPO_NAME: platform-stable-x86_64.el7
PULP3_DIST_NAME: platform-stable-x86_64.el7
artifacts:
@@ -78,7 +78,7 @@ package-release:
- share
variables:
BUILD_TYPE: "RelWithDebInfo"
- BUILD_PREFIX: "/opt/dpdk-20.11.1-rel"
+ BUILD_PREFIX: "/opt/dpdk-20.11.2-rel"
PULP3_REPO_NAME: platform-stable-x86_64.el7
PULP3_DIST_NAME: platform-stable-x86_64.el7
artifacts: