-
Notifications
You must be signed in to change notification settings - Fork 985
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
[POC] Github Actions support for OSX platform #17054
base: develop2
Are you sure you want to change the base?
Conversation
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Co-authored-by: Abril Rincón Blanco <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
@perseoGI At this point all dependencies are installed, according to Conansible. For some reason, CMake can not find the compiler, but the same looks configured already. Still there is window for improvement, like using cache for installed dependencies. |
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.
@uilianries @czoido
I saw this failure when trying the Post cache xxxx
step. For instance:
Post job cleanup.
/opt/homebrew/bin/gtar --posix -cf cache.tzst --exclude cache.tzst -P -C /Users/runner/work/conan/conan --files-from manifest.txt --delay-directory-restore --use-compress-program zstdmt
Failed to save: Unable to reserve cache with key macOS-conan-tools-cache, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/17054/merge, Key: macOS-conan-tools-cache, Version: eb54dfc9cbee33fce9da5b9646ad90005564fe4[2](https://github.com/conan-io/conan/actions/runs/12028831471/job/33532797255?pr=17054#step:22:2)c7525dafafeaf2c9ba5ebbed
Related to #17205 #17094
Add support for Conan client tests, running on OSX, using Github Actions.
/cc @czoido
develop
branch, documenting this one.