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

gollvm: At most two relocations per offset are supported, on Ubuntu(18?) (Github Actions) #42448

Closed
advancedwebdeveloper opened this issue Nov 8, 2020 · 2 comments

Comments

@advancedwebdeveloper
Copy link

I was investigating Microsoft's Github Actions.

Here is my workflow config. scenario.
Check the version of the guest OS here.

Extracting one of the logs:

$make --version && m4 --version && autoconf --version && automake --version
GNU Make 4.1
Built for x86_64-pc-linux-gnu
m4 (GNU M4) 1.4.18
autoconf (GNU Autoconf) 2.69
automake (GNU automake) 1.15.1
.

Here is the error log:

https://gist.github.com/advancedwebdeveloper/4e79bbb26042f54cc1e780814c597e10

logs_32.zip

@advancedwebdeveloper
Copy link
Author

CC @hashtagchris @anthonysterling

@thanm
Copy link
Contributor

thanm commented Nov 9, 2020

The "At most two relocations per offset are supported" error is unrelated.

Looking at your build log, you are trying to build and run gollvm with "make"-- this is not supported. Please use ninja instead. Thanks.

@thanm thanm closed this as completed Nov 9, 2020
@golang golang locked and limited conversation to collaborators Nov 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants