Skip to content

Remove -Zrun_dsymutil=no #10

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

Merged
merged 1 commit into from
May 31, 2021
Merged

Remove -Zrun_dsymutil=no #10

merged 1 commit into from
May 31, 2021

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented May 28, 2021

It doesn't exist anymore causing CI to fail

It doesn't exist anymore causing CI to fail
@bjorn3
Copy link
Member Author

bjorn3 commented May 28, 2021

  = note: ld: library not found for -lgccjit
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

@antoyo
Copy link
Contributor

antoyo commented May 28, 2021

Yeah, the CI is not gonna pass anytime soon.

@bjorn3
Copy link
Member Author

bjorn3 commented May 28, 2021

It may still be useful to see at least compilation errors on CI.

@antoyo
Copy link
Contributor

antoyo commented May 28, 2021

Yup, but I'm not sure what to do for gcc: I was hoping to get my patches merged soon and compile a specific commit that would be cached, but maybe you have a better idea?

@bjorn3
Copy link
Member Author

bjorn3 commented May 28, 2021

You could setup a github action on your gcc fork that compiles libgccjit every time you push to the branch with the patches and makes it available as artifact or release and the ci on this repo can then download the lastest version (or safer a specific version).

@antoyo antoyo merged commit 0bac007 into rust-lang:master May 31, 2021
@antoyo
Copy link
Contributor

antoyo commented May 31, 2021

Thanks for fixing this!

@bjorn3 bjorn3 deleted the patch-1 branch May 31, 2021 12:30
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