( )⚙ D10681 pyoxidizer: simplify targets

This is an archive of the discontinued Mercurial Phabricator instance.

pyoxidizer: simplify targets
ClosedPublic

Authored by indygreg on May 6 2021, 8:00 PM.

Details

Summary

The split targets existed to enable the use of a non-default
distribution flavor on Windows. Modern versions of PyOxidizer
use the "standalone_dynamic" distribution flavor by default.
So our split brain workaround is no longer needed.

Here, we unify the targets. We also remove an unreferenced
target function to create a resources file.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.May 6 2021, 8:00 PM
baymax updated this revision to Diff 27752.May 7 2021, 11:30 AM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

baymax updated this revision to Diff 27789.May 10 2021, 11:37 AM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

mharbison72 accepted this revision.May 10 2021, 6:38 PM
This revision is now accepted and ready to land.May 10 2021, 6:38 PM
This revision was automatically updated to reflect the committed changes.