buildFromSdist gets set to false when defaults.settings.default is present
#301
Unanswered
johnhampton
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
This is expected behaviour, @johnhampton ... but see #275 which may be useful to your use-case. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#298 ensures that
buildFromSdistis set to true for local packages. However ifdefaults.settings.default.haddockis set,buildFromSdistgets reset tofalse.This results in a build with
buildFromSdistset totrue.This results in a build with
buildFromSdistset tofalse.I can force it back to true with:
Beta Was this translation helpful? Give feedback.
All reactions