Skip to content

Commit ab13725

Browse files
committed
ci: Fetch last version of libqi from GitHub.
1 parent 9f7f8b7 commit ab13725

3 files changed

Lines changed: 4 additions & 10 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/cibuildwheel_linux_before_all.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ conan profile detect
1313
conan 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-
1816
GIT_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
#

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ BUILD_TESTING = "OFF"
6060
build = "cp*manylinux*x86_64"
6161
build-frontend = "build"
6262

63-
environment-pass = ["LIBQI_REPOSITORY_URL"]
64-
6563
[tool.cibuildwheel.linux]
6664
before-all = ["ci/cibuildwheel_linux_before_all.sh {package}"]
6765

0 commit comments

Comments
 (0)