Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temporary directories should not be given random names #40

Closed
axtloss opened this issue Apr 21, 2024 · 0 comments · Fixed by #41
Closed

temporary directories should not be given random names #40

axtloss opened this issue Apr 21, 2024 · 0 comments · Fixed by #41
Assignees
Labels
enhancement New feature or request

Comments

@axtloss
Copy link
Member

axtloss commented Apr 21, 2024

Currently, the meson function generates directories in /tmp/ with a uuid using uuid.New().String(). Meaning that it is not possible to make reproducible builds if they require meson.
A better way to do this would be to use the hash of some set values (like sources+name for example) for the temporary directory, to ensure that the values is not randomly generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant