File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,15 @@ backends:
100
100
- self-hosted-linux-s390x-noble-edge :
101
101
username : ubuntu
102
102
environment :
103
- # pkg-config needed to build cryptography to install poetry
104
- CONCIERGE_EXTRA_DEBS : pipx,pkg-config
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
105
+ # (These packages are being built when installing poetry or integration test Python
106
+ # dependencies)
107
+ CONCIERGE_EXTRA_DEBS : pipx,pkg-config,rustup
108
+ # TODO add renovate comment for rust version
109
+ prepare : |
110
+ rustup set profile minimal
111
+ rustup default 1.88.0
105
112
variants :
106
113
- -juju29_ubuntu22
107
114
You can’t perform that action at this time.
0 commit comments