[question] How to use customed settings.yml I already `conan config install`?
See original GitHub issue- I’ve read the CONTRIBUTING guide.
Hello, Here, by default, my default ~/.conan/settings.yml didn’t have libcxx = libc++ in gcc, but I will provide the tool chain from other place. What I need is to add a custom settings.yml like
compiler:
gcc:
version: [ "8.3.0", "830" ]
libcxx: [ libstdc++, libstdc++11, libc++ ]
to make sure my profile could pass conan check with ~/.conan/settings.yml. I follow the doc to conan config install my_settings.yml
it, but it still
ERROR: Invalid setting 'libc++' is not a valid 'settings.compiler.libcxx' value.
Possible values are ['libstdc++', 'libstdc++11']
Read "http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting"
I already install the config, but it seems never enabled? I try to delete default settings.yml,
~/.conan/my_config/settings.yml
0: {'type': 'dir', 'uri': '~/my_config', 'verify_ssl': True, 'args': None, 'source_folder': '~/my_config, 'target_folder': 'my_config'}
but it appears again. How could I enable my settings.yml? Docs said conan config install settings.yml
will Override default config, but it’s not?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Customizing settings.yml from the clean state during CI #1463
I have a project that uses custom settings, so it requires customizing settings.yml to work with. In CI environment, conan is installed into ......
Read more >conan config — conan 1.43.4 documentation
The config install is intended to share the Conan client configuration. For example, in a company or organization, is important to have common...
Read more >How to force conan to build from source, but only if it is not in ...
I am invoking conan install as part of an automated build script, so I would like to not have to modify the invocation...
Read more >Changing `gitlab.yml` and `application.yml` settings | GitLab
yml setting with Omnibus GitLab, you need to do so via /etc/gitlab/gitlab.rb . The translation works as follows. For a complete list of...
Read more >Configuring CircleCI
Designates the config.yaml for use of CircleCI's dynamic configuration feature. The setup field enables you to conditionally trigger configurations from outside ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, CMakeToolchain is really cute… (To write some RayTracer project…) Because I have already seen how to build toolchain in Bazel by starlark and, I have to say that’s really hurt… And I love CMakeToolchain again…
Yes, cannot agree more. Safe check is always necessary. It did work, I will close, and really appreciate for your help, Thank you. @memsharded