Skip to content

Commit 89471cf

Browse files
try removing pkg-config
1 parent 997ef11 commit 89471cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spread.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ backends:
101101
username: ubuntu
102102
environment:
103103
# Several python packages (e.g. cryptography, bcrypt) do not have s390x builds on PyPI,
104-
# so they must be built from source. `pkg-config` and rust toolchain needed
104+
# so they must be built from source. Rust toolchain needed
105105
# (These packages are being built when installing poetry or integration test Python
106106
# dependencies)
107-
CONCIERGE_EXTRA_DEBS: pipx,pkg-config,rustup
107+
CONCIERGE_EXTRA_DEBS: pipx,rustup
108108
# TODO add renovate comment for rust version
109109
prepare: |
110110
rustup set profile minimal

0 commit comments

Comments
 (0)