-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update mold to 1.7.1 #13666
Update mold to 1.7.1 #13666
Conversation
This comment has been minimized.
This comment has been minimized.
It looks like the hooks are broken. I'm raising from |
And there is another issue. The This is because the conan-generated toolchain sets
Where as a conan-less build (is that a word?) produces this
Is it OK if I recreate For reference, this is what the error looks like
|
@uilianries maybe you have some input? |
Yes. Not first PR with same problem. We have a half PR ready to fix it, but it will require a new CI release 😞 |
What about the rest of my questions? Do you have any input? |
@ericriff Have you tried forcing CMAKE_INSTALL_LIBEXECDIR to libexec instead? You could use |
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. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
mold wants to install it on package_folder/libexec/mold, but the libexcec foder is forbidden in conan index
This comment has been minimized.
This comment has been minimized.
Well, I had to patch the sources to make CMake install the On the other hand there is something weird with the test package. If, present, the build fails if two profiles (
|
This comment has been minimized.
This comment has been minimized.
Well,
|
We can add exceptions to the hooks FYI its common on that one https://github.com/conan-io/hooks/blob/d587cfebbf2b31c16e477b79c0c2fd4501f60fc8/hooks/conan-center.py#L1089 |
That would be ideal. I also had to revert the usage of |
To my knowledge |
@prince-chrismc I created a PR for the hooks as you suggested. Thanks! |
Hooks are updated |
Conan v1 pipelineAll green in build 6 (
Conan v2 pipeline (informative, not required for merge)Failure in build 6 (
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. |
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.
LGTM
* Add version 1.6.0 * Rename VirtualBuildEnv variable so we don't override the CMakeToolchain one * Move some checks to validate_build * Fix LD env variable * Replace 1.6.0 with latest release 1.7.1 * Fix install * Do not use validate_build(), the conancenter hooks are broken and fail if we use it * Patch the location of the ld symlink mold wants to install it on package_folder/libexec/mold, but the libexcec foder is forbidden in conan index * Remove commented out code
No description provided.