Replies: 2 comments 10 replies
-
This PR has been merged to enable such.. #4261 There is no SCons defined command line option to do such, but anyone creating a build system with SCons can easily add one. SCons has an explicit guarantee to not do so by default. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@abitrolly - If you arrange your
Now |
Beta Was this translation helpful? Give feedback.
9 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.
-
#4239 proposes passing down reproducible builds var
SOURCE_DATE_EPOCH
automatically. I don't think it is a good way, but modifyingSConstruct
for passing it down explicitly, or making it optional, is also non-ideal. Is there a command line option forscons
command that allows to pass systems environment variables to make them appear on SCons environment?Beta Was this translation helpful? Give feedback.
All reactions