You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,7 @@ commands:
47
47
- run: EXTRAFLAGS=-Werror make
48
48
- run: EXTRAFLAGS=-Werror make amalgamate
49
49
- run: ARCHFLAGS=-march=haswell make amalgamate # some users do this: https://github.com/lemire/simdjson/issues/444
50
-
- run: EXTRAFLAGS=-Werror make test
51
-
- run: EXTRAFLAGS=-Werror make checkperf
52
-
- run: make clean
53
-
- run: ARCHFLAGS=-march=haswell make test # this breaks runtime dispatch, but see https://github.com/lemire/simdjson/issues/444... this is a code robustness test
0 commit comments