Skip to content

Commit e7067f9

Browse files
authored
chore(ci): bump cmake 3.21.2 → 3.21.3 (#195)
1 parent 781fa45 commit e7067f9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ jobs:
125125
uses: pypa/cibuildwheel@v2.2.0a1
126126
env:
127127
CIBW_ARCHS: "${{ matrix.arch }}"
128-
CIBW_BEFORE_ALL: "pipx install -f --pip-args=\"-c {project}/constraints-ci.txt\" cmake && pipx install -f --pip-args=\"-c {project}/constraints-ci.txt\" ninja && ./scripts/manylinux-build-and-install-openssl.sh"
129128
CIBW_BUILD: "cp39-manylinux_*"
130129
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux1"
131130
CIBW_MANYLINUX_I686_IMAGE: "manylinux1"

constraints-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cmake==3.21.2
1+
cmake==3.21.3
22
ninja==1.10.2

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ build-verbosity = "1"
2222

2323
[tool.cibuildwheel.linux]
2424
before-all = [
25+
"pipx install -f --pip-args=\"-c {project}/constraints-ci.txt\" cmake",
26+
"cmake --version",
2527
"pipx install -f --pip-args=\"-c {project}/constraints-ci.txt\" ninja",
2628
"ninja --version",
2729
"./scripts/manylinux-build-and-install-openssl.sh",

0 commit comments

Comments
 (0)