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

Added softload hint for the build process #70

Closed
wants to merge 1 commit into from

Conversation

andurin
Copy link

@andurin andurin commented Oct 6, 2021

I came across a compile error while using make on a go-1.16 (See also: golang/go#44500)

This minor change gives only a small hint to a functional workaround.

(Besides the fact: I have absoluetely no idea about go and bootstrapping :-) )

@hillu
Copy link
Contributor

hillu commented Oct 12, 2021

Curious. I have successfully built Spyre from source with both Go 1.16 and 1.17 on a Debian/unstable box. What build environment are you using?
(I used GOROOT=/usr/lib/go-1.16 make and GOROOT=/usr/lib/go-1.17 make, respectively.)

@hillu
Copy link
Contributor

hillu commented Oct 12, 2021

Another note: I have no idea where the GO386 may have come from and it does not really make sense to specify disabling FPU instructions.

@hillu
Copy link
Contributor

hillu commented Oct 22, 2021

@andurin ping?

@andurin
Copy link
Author

andurin commented Dec 15, 2021

Sorry for beeing late (again)
It was a recent Ubuntu OS.

@hillu
Copy link
Contributor

hillu commented Dec 18, 2021

@andurin Can you share the exact error message that you get? I cannot reproduce any build failures, neither on in my Debian/x86_64-based environments nor in the CI which is based on Ubuntu/x86_64.

@hillu
Copy link
Contributor

hillu commented Dec 22, 2021

The original issue could not be reproduced, closing the PR.

@hillu hillu closed this Dec 22, 2021
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