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
buildFromSdist
is set to true for local packages. However ifdefaults.settings.default.haddock
is set,buildFromSdist
gets reset tofalse
.This results in a build with
buildFromSdist
set totrue
.This results in a build with
buildFromSdist
set tofalse
.I can force it back to true with:
Beta Was this translation helpful? Give feedback.
All reactions