conan-package-tools icon indicating copy to clipboard operation
conan-package-tools copied to clipboard

[question] How to specify build profile for dev tools?

Open db4 opened this issue 4 years ago • 1 comments

Environment Details

  • Conan Package Tools Version: 0.35.0
  • Conan version: conan 1.32.1

How to achieve the same effect as conan create . --profile:build=pr_build with cpt? I would like to build x86 packages in x86_64 Visual Studio image and use x86_64 conan dev packages for that (like cmake/3.19.1). Before conan 1.24 it could be easily done with arch_build setting, but newer dev tools packages do not depend on it.

db4 avatar Dec 30 '20 20:12 db4

It's not possible so far. It requires a new feature implementation.

It's related to #550. We should implement it for a next release.

uilianries avatar Mar 15 '21 20:03 uilianries