← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/appveyor_allow_failure into lp:widelands

 

Currently Appveyor triggers 4 jobs per commit: x86|x64 + Release|Debug
Due to their change of the virtualization platform there is less memory available => x64 Debug fails every time.
With one failed job the whole commit build gets marked as failed.

So for now, this is just a cosmetic fix until we fix our build with those cyclic dependencies to avoid exessive memory usage on linking.

I don't think we will miss any bugs, because the moment any other of the 3 job fails the whole commit is marked as failed. The chance we have a bug which only targets x64 debug build is rather small I think.

If you are not consent with this change, we just can do a rollback.

-- 
https://code.launchpad.net/~widelands-dev/widelands/appveyor_allow_failure/+merge/304594
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/appveyor_allow_failure.


References