Skip to content

Commit ea5df79

Browse files
authored
Disable openMP in Android CI (#1606)
1 parent bcfe71c commit ea5df79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/azure-pipelines-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ jobs:
461461
workDir: '$(System.DefaultWorkingDirectory)'
462462
sourceDir: '.'
463463
condition: succeeded()
464-
cmakeArgs: '-Denable-opensles=1 -Denable-floats=1 -Denable-oboe=1 -Denable-dbus=0 -Denable-oss=0'
464+
cmakeArgs: '-Denable-opensles=1 -Denable-floats=1 -Denable-oboe=1 -Denable-dbus=0 -Denable-oss=0 -Denable-openmp=0'
465465
installCommand: ''
466466

467467
- script: |

0 commit comments

Comments
 (0)