Skip to content

Commit 6b5803c

Browse files
try prepare fix
1 parent f629096 commit 6b5803c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

spread.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ backends:
9090
UBUNTU_PRO_TOKEN: '$(HOST: echo $UBUNTU_PRO_TOKEN)'
9191
LANDSCAPE_ACCOUNT_NAME: '$(HOST: echo $LANDSCAPE_ACCOUNT_NAME)'
9292
LANDSCAPE_REGISTRATION_KEY: '$(HOST: echo $LANDSCAPE_REGISTRATION_KEY)'
93+
# TODO add renovate comment for rust version
94+
prepare: |
95+
if [[ $SPREAD_SYSTEM == *"s390x"* ]]
96+
then
97+
rustup set profile minimal
98+
rustup default 1.88.0
99+
fi
93100
systems:
94101
- ubuntu-24.04:
95102
username: runner
@@ -105,11 +112,6 @@ backends:
105112
# (These packages are being built when installing poetry or integration test Python
106113
# dependencies)
107114
CONCIERGE_EXTRA_DEBS: pipx,rustup
108-
# TODO add renovate comment for rust version
109-
prepare: |
110-
exit 1
111-
rustup set profile minimal
112-
rustup default 1.88.0
113115
variants:
114116
- -juju29_ubuntu22
115117

0 commit comments

Comments
 (0)