-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
llvm12.0.1 #6616
llvm12.0.1 #6616
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
How do I block conan to run the CI on system that have an older gcc than the minimum for this package? |
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Failure in build 7 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
@Manu343726 @SSE4 some help here, from what I can understand from the error the build succeeded, but there was a problem fetching the binaries. I have no clue on what to do now. |
ping? |
ping 2? |
tools.get(**self.conan_data["sources"][self.version]) | ||
extracted_dir = 'llvm-project-llvmorg-' + self.version | ||
os.rename(extracted_dir, self._source_subfolder) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tools.get(**self.conan_data["sources"][self.version]) | |
extracted_dir = 'llvm-project-llvmorg-' + self.version | |
os.rename(extracted_dir, self._source_subfolder) | |
tools.get(**self.conan_data["sources"][self.version], | |
destination=self._source_subfolder, strip_root=True) |
This will restart the build, which should be enough to make the error go away.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
a new pull request with llvm 13 was started, closing this. |
This is an updated version of the stalled MR #1450 that fixes all the current comments and updates the llvm for 12.0.1
I do not want to steal @Manu343726 work, but the last commit on the branch is for more than a year ago. Just trying to update the tools and see if I can help this pass.
Manu343726 is welcome to rebase his work on top of mine and continue.
I haven't tested the build:
but that folder contains a config.yml and an
all
folder, that contains the conanfile.(perhaps the docs should be updated to this new packaging style?)
conan-center hook activated.