We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e775c5f commit d47725fCopy full SHA for d47725f
hatch_build.py
@@ -29,7 +29,7 @@ def initialize(self, version: str, build_data: dict[str, Any]) -> None:
29
else:
30
build_packages = "-b missing"
31
32
- assert os.system(f"conan install . -u {build_packages} -of build --format json --out-file graph.json") == 0, (
+ assert os.system(f"conan install . -u {build_packages} -of build --format json -b b2/* --out-file graph.json") == 0, (
33
"Conan install failed"
34
)
35
0 commit comments