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

Compile with only 1 thread #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bmwiedemann
Copy link

Parallel compile causes assignment of random symbol names
so we build single-threaded, which is slower, but gives reproducible results

parallel compile causes assignment of random symbol names
so we build single-threaded, which is slower, but gives reproducible results
@bmwiedemann
Copy link
Author

@JanZerebecki
Copy link

Filed bug at upstream: https://gitlab.haskell.org/ghc/ghc/-/issues/23299

@JanZerebecki
Copy link

Maybe picking the Debian patches or updating ghc would fix this, tests inconclusive so far, see upstream issue.

@JanZerebecki
Copy link

Ah so you already commented on an upstream bug about this a year ago and the state that they only support reproducibility with -j1 didn't change: https://gitlab.haskell.org/ghc/ghc/-/issues/12935#note_373865
I suppose there also is some -j1 buried in the Debian build scripts for this that I couldn't find.

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.

None yet

2 participants