Skip to content

comment out rather than totally removing platforms in wizard-generated build_tarballs.jl #342

Open
@ssfrr

Description

@ssfrr

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()
]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions