Skip to content

Commit 9314c69

Browse files
committed
ci: fix march flags in ubuntu 20 package
1 parent 571c355 commit 9314c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab/ci/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ package:
926926
parallel:
927927
matrix:
928928
- OS_VERSION: "20.04"
929+
extraopts: -DAUTO_DETECT_ISA=False -DCMAKE_CXX_FLAGS="-march=x86-64"
929930
- OS_VERSION: "22.04"
930931
- OS_VERSION: "23.10"
931932
- OS_VERSION: "24.04"

0 commit comments

Comments
 (0)