This is an archive of the discontinued LLVM Phabricator instance.

Removed warnOnFailure flag for the step for running NDK update script.
ClosedPublic

Authored by jesikmin on Aug 30 2016, 4:11 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jesikmin updated this revision to Diff 69776.Aug 30 2016, 4:11 PM
jesikmin retitled this revision from to Removed warnOnFailure flag for the step for running NDK update script..
jesikmin updated this object.
jesikmin added reviewers: chying, gkistanova.
jesikmin added a subscriber: lldb-commits.
chying edited edge metadata.Aug 30 2016, 4:16 PM

Could you also set haltOnFailure=False, so that build continues if this step fails?

jesikmin updated this revision to Diff 69780.Aug 30 2016, 4:23 PM
jesikmin edited edge metadata.

Added haltOnFaulure=False flag.

chying accepted this revision.Aug 30 2016, 4:42 PM
chying edited edge metadata.

looks good.

This revision is now accepted and ready to land.Aug 30 2016, 4:42 PM
gkistanova accepted this revision.Aug 30 2016, 4:52 PM
gkistanova edited edge metadata.
This revision was automatically updated to reflect the committed changes.