etr / libhttpserver

C++ library for creating an embedded Rest HTTP server (and more)
GNU Lesser General Public License v2.1
884 stars 185 forks source link

Remove --build option from bootstrap #254

Closed etr closed 2 years ago

etr commented 2 years ago

Identify the Bug

boostrap fails when passed the '--build' option. This is because it goes in conflict with the requirement to build in a separate directory.

See: https://github.com/etr/libhttpserver/issues/253

Description of the Change

Given that the feature is mostly unused, this change removes it.

Alternate Designs

We could have fixed the feature at the cost of additional complexity.

Possible Drawbacks

Customers that were using this feature as part of their build system might see a failure in the upcoming version - albeit this seems hard given that the feature doesn't work. Converting to run the additional steps is simple enough.

Verification Process

CI/CD.

Release Notes

Removed '--build' option from the bootstrap script.