We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db57278 commit 151535eCopy full SHA for 151535e
1 file changed
script/conan_build.sh
@@ -3,6 +3,8 @@
3
set -ex
4
5
export CONAN_DOCKER_IMAGE=conanio/gcc${CONAN_GCC_VERSIONS}
6
+export CONAN_ARCHS="x86_64"
7
+export CONAN_BUILD_TYPES=Release
8
9
pip install -U conan conan_package_tools
10
python build.py
0 commit comments