Restore USE_OPENMP in the x86 thread test
This commit is contained in:
parent
579811fb6a
commit
e8e8a6e608
|
@ -179,7 +179,7 @@ steps:
|
||||||
image: ubuntu:18.04
|
image: ubuntu:18.04
|
||||||
environment:
|
environment:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
COMMON_FLAGS: 'USE_THREAD=1'
|
COMMON_FLAGS: 'USE_OPENMP=1'
|
||||||
commands:
|
commands:
|
||||||
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
|
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
|
|
Loading…
Reference in New Issue