Skip to content

Commit 151535e

Browse files
committed
Limit conan ci build to x86_64.
1 parent db57278 commit 151535e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

script/conan_build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
set -ex
44

55
export CONAN_DOCKER_IMAGE=conanio/gcc${CONAN_GCC_VERSIONS}
6+
export CONAN_ARCHS="x86_64"
7+
export CONAN_BUILD_TYPES=Release
68

79
pip install -U conan conan_package_tools
810
python build.py

0 commit comments

Comments
 (0)