Skip to content

Ensure reproducibility of Solo5#576

Merged
dinosaure merged 1 commit intoSolo5:masterfrom
dinosaure:reproducible
Oct 10, 2024
Merged

Ensure reproducibility of Solo5#576
dinosaure merged 1 commit intoSolo5:masterfrom
dinosaure:reproducible

Conversation

@dinosaure
Copy link
Copy Markdown
Collaborator

This patch adds a new option availabe since GCC 8 and Clang 10 which delete absolute path from produced object files. It does not have huge implication on the execution of tenders and unikernels but it allows us to install Solo5 on some systems which check that installed files (like solo5_{hvt,...}.o) don't include user informations.

  • check the version of the compiler used

This patch adds a new option availabe since GCC 8 and Clang 10 which
delete absolute path from produced object files. It does not have huge
implication on the execution of tenders and unikernels but it allows
us to install Solo5 on some systems which check that installed files
(like solo5_{hvt,...}.o) don't include user informations.
Copy link
Copy Markdown
Contributor

@hannesm hannesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@dinosaure
Copy link
Copy Markdown
Collaborator Author

Let's merge it, but we should assert now that we don't support GCC < 10 and Clang < 8.

@dinosaure dinosaure merged commit 1404063 into Solo5:master Oct 10, 2024
@dinosaure dinosaure deleted the reproducible branch October 10, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants