diff options
| author | Lu Qiuwen <[email protected]> | 2021-05-11 14:25:20 +0800 |
|---|---|---|
| committer | Lu Qiuwen <[email protected]> | 2021-05-11 14:38:03 +0800 |
| commit | 21fa879a84c4efa086a95cd0844dc4220176aae7 (patch) | |
| tree | 54cbacf0633396f1d39cb38acc27c9884bc37d6a | |
| parent | a78d8dc83f637299747f4ad68bac567c2a1e40f3 (diff) | |
调整依赖的基础构建镜像,使用DPDK20.11的分支。v4.4.0-20210511
| -rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 989a46e..0cd6573 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "git.mesalab.cn:7443/mesa_platform/marsio-build-env:master" +image: "git.mesalab.cn:7443/mesa_platform/marsio-build-env:dpdk-20-11" variables: GIT_STRATEGY: "clone" @@ -39,7 +39,7 @@ build-debug: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-17.11.6-debug" + BUILD_PREFIX: "/opt/dpdk-20.11.1-debug" except: - tags @@ -50,7 +50,7 @@ build-release: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-17.11.6-rel" + BUILD_PREFIX: "/opt/dpdk-20.11.1-rel" except: - tags @@ -61,7 +61,7 @@ package-debug: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-17.11.6-debug" + BUILD_PREFIX: "/opt/dpdk-20.11.1-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-17.11.6-rel" + BUILD_PREFIX: "/opt/dpdk-20.11.1-rel" PULP3_REPO_NAME: platform-stable-x86_64.el7 PULP3_DIST_NAME: platform-stable-x86_64.el7 artifacts: |
