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

remove unnecessary apple-clang restriction in json_dto. plus migrating to conan v2 since i had to :) #14635

Merged
merged 9 commits into from
Jan 15, 2023

Conversation

wolfee001
Copy link
Contributor

Specify library name and version: json_dto

Removing unnecessary restriction of apple-clang compiler version

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@SpaceIm
Copy link
Contributor

SpaceIm commented Dec 31, 2022

Update the title to refer to recipe you are updating please. Moreover it's a conan v2 migration more than anything else.

@wolfee001
Copy link
Contributor Author

Update the title to refer to recipe you are updating please. Moreover it's a conan v2 migration more than anything else.

not like i really wanted to, rather i had to in order to be able to use this lib with the latest compiler... but when i changed the just enough in the recipe, i was forced to migrate the recipe. (TBH it's quite contra-productive since it scares contributors from updating packages to newer versions)

@wolfee001 wolfee001 changed the title remove unnecessary apple-clang restriction remove unnecessary apple-clang restriction in json_dto. plus migrating to conan v2 since i had to :) Dec 31, 2022
wolfee001 and others added 2 commits December 31, 2022 16:29
Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
@wolfee001 wolfee001 requested a review from SpaceIm December 31, 2022 15:34
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline

All green in build 10 (134faef4bb3a3de52c857af80e657beed0792535):

  • json_dto/0.2.11@:
    All packages built successfully! (All logs)

  • json_dto/0.2.12@:
    All packages built successfully! (All logs)

  • json_dto/0.2.13@:
    All packages built successfully! (All logs)

  • json_dto/0.2.14@:
    All packages built successfully! (All logs)

  • json_dto/0.2.15@:
    All packages built successfully! (All logs)

  • json_dto/0.3.0@:
    All packages built successfully! (All logs)

  • json_dto/0.3.1@:
    All packages built successfully! (All logs)


Conan v2 pipeline (informative, not required for merge)

Failure in build 10 (134faef4bb3a3de52c857af80e657beed0792535):

  • json_dto/0.2.11@:
    Didn't run or was cancelled before finishing

  • json_dto/0.2.13@:
    Didn't run or was cancelled before finishing

  • json_dto/0.2.12@:
    CI failed to create some packages (All logs)

    Logs for packageID null:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    
    ********************************************************************************
    conan install --require=json_dto/0.2.12@#cf8a1f65e42ba8a41735f337c2760e24 --build=json_dto/0.2.12 -pr:h /home/conan/w/prod-v2/BuildSingleReference/8318/e2654a4d-bc94-438d-a49b-6549f2a8afc8/profile_linux_11_libstdcpp11_gcc_release_64..txt -c:h tools.system.package_manager:mode=install -c:h tools.system.package_manager:sudo=True -pr:b /home/conan/w/prod-v2/BuildSingleReference/8318/e2654a4d-bc94-438d-a49b-6549f2a8afc8/profile_linux_11_libstdcpp11_gcc_release_64..txt -c:b tools.system.package_manager:mode=install -c:b tools.system.package_manager:sudo=True
    ********************************************************************************
    
    -------- Input profiles --------
    Profile host:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    Profile build:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    
    -------- Computing dependency graph --------
    rapidjson/1.1.0: Not found in local cache, looking in remotes...
    rapidjson/1.1.0: Checking remote: conan-center-v2
    rapidjson/1.1.0: Checking remote: c3i_PR-v2-14635
    Graph root
        virtual
    Requirements
        json_dto/0.2.12#cf8a1f65e42ba8a41735f337c2760e24 - Cache
    Graph error
        Package 'rapidjson/1.1.0' not resolved: Unable to find 'rapidjson/1.1.0' in remotes
    
    -------- Computing necessary packages --------
    ERROR: Package 'rapidjson/1.1.0' not resolved: Unable to find 'rapidjson/1.1.0' in remotes
    
  • json_dto/0.2.14@:
    Didn't run or was cancelled before finishing

  • json_dto/0.2.15@:
    Didn't run or was cancelled before finishing

  • json_dto/0.3.0@:
    Didn't run or was cancelled before finishing

  • json_dto/0.3.1@:
    Didn't run or was cancelled before finishing


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.

@wolfee001
Copy link
Contributor Author

@SpaceIm are we waiting for something here?

Copy link
Contributor

@SpaceIm SpaceIm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not conan-center maintainer, just a reviewer, but I can approve.

@conan-center-bot conan-center-bot merged commit 5a92c8b into conan-io:master Jan 15, 2023
AbrilRBS pushed a commit to AbrilRBS/conan-center-index that referenced this pull request Jan 16, 2023
…to. plus migrating to conan v2 since i had to :)

* remove unnecessary apple-clang restriction

* fix linter

* fix linter

* remove unused imports

* use minimum versions

* fix linter

* reorder functions

* Update recipes/json_dto/all/conanfile.py

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
franramirez688 pushed a commit to franramirez688/conan-center-index that referenced this pull request Jan 20, 2023
…to. plus migrating to conan v2 since i had to :)

* remove unnecessary apple-clang restriction

* fix linter

* fix linter

* remove unused imports

* use minimum versions

* fix linter

* reorder functions

* Update recipes/json_dto/all/conanfile.py

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
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.

4 participants