Skip to content

Commit 468b0da

Browse files
committed
ci: build basic avx512 using x86-64-v4 flag
1 parent dc588dd commit 468b0da

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.gitlab/ci/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ variables:
1717
AMD64_AVX2_TAG: amd64-avx2
1818
AMD64_AVX512_TAG: amd64-avx2-avx512
1919
ARM64_TAG: arm64
20-
21-
AMD64_VIAVI_BUILDER_TAG: on-prem-amd64-avx2-avx512
22-
20+
2321
INFRASTRUCTURE_TAG:
2422
description: Computer architecture and supported instruction sets
2523
options:
@@ -1977,16 +1975,16 @@ basic avx512 dpdk:
19771975
ENABLE_ZEROMQ: "False"
19781976
ENABLE_DPDK: "True"
19791977
DPDK_VERSION: "23.11"
1980-
AUTO_DETECT_ISA: "True"
1981-
ENABLE_AVX512: "True"
1978+
AUTO_DETECT_ISA: "False"
1979+
BUILD_ARGS: -DCMAKE_CXX_FLAGS="-march=x86-64-v4"
19821980
FORCE_DEBUG_INFO: "True"
19831981
ASSERT_LEVEL: MINIMAL
19841982
SAVE_ARTIFACTS: "True"
19851983
KUBERNETES_CPU_REQUEST: 14
19861984
KUBERNETES_CPU_LIMIT: 14
19871985
KUBERNETES_MEMORY_REQUEST: 20Gi
19881986
KUBERNETES_MEMORY_LIMIT: 20Gi
1989-
tags: ["${AMD64_VIAVI_BUILDER_TAG}"]
1987+
tags: ["${AMD64_AVX512_TAG}"]
19901988
artifacts:
19911989
<<: *build_artifacts
19921990
expire_in: 3 day

0 commit comments

Comments
 (0)