We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997ef11 commit 89471cfCopy full SHA for 89471cf
spread.yaml
@@ -101,10 +101,10 @@ backends:
101
username: ubuntu
102
environment:
103
# 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
+ # so they must be built from source. Rust toolchain needed
105
# (These packages are being built when installing poetry or integration test Python
106
# dependencies)
107
- CONCIERGE_EXTRA_DEBS: pipx,pkg-config,rustup
+ CONCIERGE_EXTRA_DEBS: pipx,rustup
108
# TODO add renovate comment for rust version
109
prepare: |
110
rustup set profile minimal
0 commit comments