-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Compilation failed when using Conan to install breakpad/cci.20210521 on window10
Package and Environment Details
- Package Name/Version: breakpad/cci.20210521
- Operating System+version: window10
- Compiler+version: msvc
- Conan version: conan 2.22.1
- Python version: Python 2.7.18
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=194
os=Windows
Steps to reproduce
conan install . --build=missing
conanfile.py
from conan import ConanFile
from conan.tools.cmake import cmake_layout
class ExampleRecipe(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "CMakeDeps", "CMakeToolchain"
def requirements(self):
self.requires("breakpad/cci.20210521")
def layout(self):
cmake_layout(self)
Logs
Click to expand log
ERROR: There are invalid packages:
linux-syscall-support/cci.20200813: Invalid: Only Linux is supported
breakpad/cci.20210521: Invalid: Breakpad can only be built on Linux. For other OSs check sentry-breakpad
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working