You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check for self.cfg.iterate_options instead of #iters>1
This deals with easyconfigs that have lists with just one element
so they will be iterated: `toy.eb` in tests has
`prebuildopts = "echo \"int main() { return 0; }\" > exts-git.c && ",`
the trailing comma makes that a tuple with one element.
0 commit comments