Opened 7 years ago

Last modified 2 months ago

#56048 new enhancement

Evaluate replacing getopt with pure-getopt in mpbb to avoid getopt dependency in Travis CI

Reported by: neverpanic (Clemens Lang) Owned by: neverpanic (Clemens Lang)
Priority: Normal Milestone:
Component: buildbot/mpbb Version:
Keywords: Cc: cooljeanius (Eric Gallager)
Port:

Description

Travis CI currently needs a prebuilt copy of GNU getopt, because we use it in mpbb. We should test whether we can replace getopt with pure-getopt and bundle that to get rid of the dependency.

Change History (2)

comment:1 Changed 2 months ago by cooljeanius (Eric Gallager)

MacPorts no longer uses Travis for CI, but this issue is still around for the GitHub Actions CI, too, so, confirmed.

comment:2 Changed 2 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.