Open
Description
If some of my builds failed while running the wizard, I might want to get through the wizard to get my progress saved to disk before I sit down to fix each build. In this case it would be nice if the generated build_tarballs.jl
just commented out the builds that weren't working in the platforms
list, so I can easily see what worked and what didn't, and work on the broken ones one at a time.
E.g., from lpoptBuilder:
platforms = [
Windows(:i686),
Windows(:x86_64),
Linux(:i686, :glibc),
Linux(:x86_64, :glibc),
Linux(:aarch64, :glibc),
Linux(:armv7l, :glibc),
# ppc64le isn't working right now....
#Linux(:powerpc64le, :glibc),
MacOS()
]