Skip to content
Snippets Groups Projects
Commit 2c9fe4da authored by nimrod's avatar nimrod
Browse files

Fix the build.

parent 14d633cf
No related branches found
No related tags found
No related merge requests found
Pipeline #3670 failed
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment