File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ build-wheel:
1717 tags :
1818 - docker
1919 image : python:3.8
20- variables :
21- LIBQI_REPOSITORY_URL : " https://gitlab-ci-token:$CI_JOB_TOKEN@$CI_SERVER_HOST/qi/libqi"
2220 script :
2321 - curl -sSL https://get.docker.com/ | sh
2422 - pip install cibuildwheel==2.14.1
Original file line number Diff line number Diff line change @@ -13,14 +13,12 @@ conan profile detect
1313conan config install " $PACKAGE /ci/conan"
1414
1515# Clone and export libqi to Conan cache.
16- QI_VERSION=$( sed -nE ' /^\s*requires\s*=/,/^\s*]/{ s/\s*"qi\/([^"]+)".*/\1/p }' " $PACKAGE /conanfile.py" )
17-
1816GIT_SSL_NO_VERIFY=true \
19- git clone --depth=1 \
20- --branch " qi-framework-v ${QI_VERSION} " \
21- " $LIBQI_REPOSITORY_URL " \
17+ git clone \
18+ --branch master \
19+ https://github.com/aldebaran/libqi.git \
2220 /work/libqi
23- conan export /work/libqi --version= " ${QI_VERSION} "
21+ conan export /work/libqi
2422
2523# Install dependencies of libqi-python from Conan, including libqi.
2624#
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ BUILD_TESTING = "OFF"
6060build = " cp*manylinux*x86_64"
6161build-frontend = " build"
6262
63- environment-pass = [" LIBQI_REPOSITORY_URL" ]
64-
6563[tool .cibuildwheel .linux ]
6664before-all = [" ci/cibuildwheel_linux_before_all.sh {package}" ]
6765
You can’t perform that action at this time.
0 commit comments