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 07cb540 commit 820c8a4Copy full SHA for 820c8a4
2 files changed
.gitignore
@@ -296,6 +296,7 @@ __pycache__/
296
*.i
297
.vscode/
298
/docker/conan/
299
+/docker/conan2/
300
/docker/data/
301
/buildlinux/*
302
**/CMakeFiles/*
docker/build.sh
@@ -30,7 +30,7 @@ docker build \
30
build_ubuntu-${ubuntu_version}/ \
31
|| exit 1
32
33
-folders=('build' 'conan')
+folders=('build' 'conan2')
34
for folder in "${folders[@]}"; do
35
if [[ ! -d "./${folder}" ]]; then
36
mkdir ${folder}
@@ -44,7 +44,7 @@ docker run \
44
-w /code \
45
-v $PWD/..:/code \
46
-v $PWD/build:/code/build \
47
- -v $PWD/conan:/home/user/.conan2 \
+ -v $PWD/conan2:/home/user/.conan2 \
48
-e CONFIG=${config} \
49
-e TARGET_BUILD_ARCH=${target_build_arch} \
50
-e BUILD_SHARED=${build_shared} \
0 commit comments