Allow ia32 and arm builds to fail for now
The ia32 and arm libchromiumcontent can not build on CI for now.
This commit is contained in:
parent
1979b42ee7
commit
9afc016ff9
1 changed files with 3 additions and 0 deletions
|
@ -17,5 +17,8 @@ matrix:
|
|||
env: TARGET_ARCH=arm
|
||||
- os: linux
|
||||
env: TARGET_ARCH=ia32
|
||||
allow_failures:
|
||||
- env: TARGET_ARCH=arm
|
||||
- env: TARGET_ARCH=ia32
|
||||
|
||||
script: './script/cibuild'
|
||||
|
|
Loading…
Reference in a new issue