Page MenuHomeFreeBSD

packages: Always use the bootstrap flua
ClosedPublic

Authored by ivy on Mon, Apr 6, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 18, 9:47 PM
Unknown Object (File)
Sat, Apr 18, 11:51 AM
Unknown Object (File)
Sat, Apr 18, 11:49 AM
Unknown Object (File)
Sat, Apr 18, 9:38 AM
Unknown Object (File)
Sat, Apr 18, 3:46 AM
Unknown Object (File)
Fri, Apr 17, 10:52 AM
Unknown Object (File)
Thu, Apr 16, 1:56 PM
Unknown Object (File)
Wed, Apr 15, 7:22 PM
Subscribers

Details

Summary

To avoid breaking the build due to incompatible changes in flua or lua
libraries on the host, use the bootstrap flua for the package build.

MFC after: 2 weeks
Sponsored by: https://www.patreon.com/bsdivy

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71987
Build 68870: arc lint + arc unit

Event Timeline

ivy requested review of this revision.Mon, Apr 6, 1:57 PM
This revision is now accepted and ready to land.Mon, Apr 6, 1:59 PM

I think this is sensible. Could this also be achieved via USE_STRICT_TMPPATH? I'd like to see that (eventually) become the default, and we could remove the PATH= setting then.

I think this is sensible. Could this also be achieved via USE_STRICT_TMPPATH? I'd like to see that (eventually) become the default, and we could remove the PATH= setting then.

discussed on irc, but just to leave the answer here -- yes, we could eventually do that, although it may become redundant once i adapt this patch to D56087 (which is going to be delayed due to this issue).

This revision was automatically updated to reflect the committed changes.