Update .cirrus.yml
This commit is contained in:
parent
8cbe527cf8
commit
875e3a3c46
|
@ -107,10 +107,11 @@ task:
|
||||||
path: "*conf*"
|
path: "*conf*"
|
||||||
type: text/plain
|
type: text/plain
|
||||||
|
|
||||||
arm_container:
|
|
||||||
image: node:latest
|
|
||||||
task:
|
task:
|
||||||
name: Neoverse-pthreads
|
name: Neoverse-pthreads
|
||||||
|
arm_container:
|
||||||
|
image: node:latest
|
||||||
compile_script:
|
compile_script:
|
||||||
- make
|
- make
|
||||||
- wget https://gist.github.com/martin-frbg/7790c2cd10f4a56fefd7bb8a8309113f/raw/442dddacd1392c5f43ae7f70d6e315331fa5be49/issue4583.cpp
|
- wget https://gist.github.com/martin-frbg/7790c2cd10f4a56fefd7bb8a8309113f/raw/442dddacd1392c5f43ae7f70d6e315331fa5be49/issue4583.cpp
|
||||||
|
@ -128,7 +129,7 @@ task:
|
||||||
name: NeoverseN1-OMP
|
name: NeoverseN1-OMP
|
||||||
arm_container:
|
arm_container:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
cpu: 8
|
cpu: 4
|
||||||
compile_script:
|
compile_script:
|
||||||
- make USE_OPENMP=1
|
- make USE_OPENMP=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue