From 2c9fe4da01cad941ec8943143e7fc596c2cbcd59 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 16 Dec 2023 16:07:42 +0200 Subject: [PATCH] Fix the build. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 959ce41..debc25a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build: stage: deploy tags: ["ns4.shore.co.il"] script: - # yamllint disable-line rule:line-length + # yamllint disable rule:line-length - cid="$(basename "$(dirname "$(awk '/hostname/ {print $4}' /proc/1/mountinfo)")")" - docker pull registry.shore.co.il/ci-images:python3 - >- @@ -19,4 +19,4 @@ build: --workdir "$PWD" registry.shore.co.il/ci-images:python3 /bin/sh -xc - "pipenv --python=python3 install && pipenv run clean && pipenv run build" + "CFLAGS='-I${PREFIX}/include/python3.11/cpython' pipenv --python=python3 install && pipenv run clean && pipenv run build" -- GitLab