twitter / pelikan

Pelikan is Twitter's unified cache backend
Apache License 2.0
1.94k stars 176 forks source link

ci: exclude debug build for macos #480

Open brayniac opened 2 years ago

brayniac commented 2 years ago

macos builds continue to be flakey in ci for debug builds. In order to make ci less flakey, this change adds an exclude for debug build under macos

brayniac commented 2 years ago

The change itself LGTM but the macos-release job is failing for what looks like a similar reason as the debug one.

Yeah - well, at least we can rule out debug mode as part of it. I'll open a separate PR to start troubleshooting this