Skip to content

Commit b3cd7ef

Browse files
Merge pull request opendatahub-io#133 from dryszka/fix-build-s390x-pipelines-components
fix: protobuf<6.32 for s390x builds to pass
2 parents bb0a9e3 + 8c81c54 commit b3cd7ef

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

Dockerfile.konflux.pipelines-components

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ WORKDIR /app
44

55
USER root
66

7+
ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
8+
79
COPY requirements.txt ./
810
RUN pip install --no-cache-dir -r requirements.txt
911

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ license = "Apache-2.0"
1111
readme = "README.md"
1212
requires-python = ">=3.11"
1313
dependencies = [
14-
"kfp>=2.16.1,<2.17",
15-
"kfp-kubernetes>=2.16.1,<2.17",
14+
"kfp>=2.16.1",
15+
"kfp-kubernetes>=2.16.1",
16+
"protobuf<6.32"
1617
]
1718

1819
[project.optional-dependencies]

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ oauthlib==3.3.1 \
5252
--hash=sha256:1bf73c8e0aead3761794f6e5b15228bee706cda020facd0df347c145843adf40
5353
proto-plus==1.28.0 \
5454
--hash=sha256:8d5189479a0eb3a1215aa9821c72bf4419b6d430718035d8dc548cbc85541288
55-
protobuf==6.33.6 \
56-
--hash=sha256:3aba0a6c9264e9f2e3e8cd3b3cdbbf0bbbea6dd62ec377342ce0f4f600f50a2a \
57-
--hash=sha256:895b160b3a10eb8f3b6eabfed447d896c780ed00dcffa5f52d7bb24825bc1dff \
58-
--hash=sha256:c6e1ea700f5e031c9669bd535a87f694f09b74e8b83885ab2759ae2bd2cbbd94 \
59-
--hash=sha256:df80a6563854e01cd6672f462b18d7ffff7f23caca920a972a93ba14cd20af1e
55+
protobuf==6.31.1 \
56+
--hash=sha256:70d33f7dab888a6a41feb47d670fa1e70310e5142acb2e2284aa697932a78d44 \
57+
--hash=sha256:de5ee2e1edaecb6ba391e9dc4f613072b3a655d82e3a20e70323c1ffb78b36dc \
58+
--hash=sha256:ec92169112b71242b25b5a38b96e9536523783c675fbd2acbed1d599439ea674 \
59+
--hash=sha256:f53a7d0fd79e44bb14cd95782cad2e0542a1915af35bfa09af9a86d12e465756
6060
pyasn1==0.6.3 \
6161
--hash=sha256:51194c7b4281edb039247c23e11f5280b4c9713ec246fda1fa9b5d960b860e51
6262
pyasn1-modules==0.4.2 \

0 commit comments

Comments
 (0)