File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,13 @@ backends:
90
90
UBUNTU_PRO_TOKEN : ' $(HOST: echo $UBUNTU_PRO_TOKEN)'
91
91
LANDSCAPE_ACCOUNT_NAME : ' $(HOST: echo $LANDSCAPE_ACCOUNT_NAME)'
92
92
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
93
100
systems :
94
101
- ubuntu-24.04 :
95
102
username : runner
@@ -105,11 +112,6 @@ backends:
105
112
# (These packages are being built when installing poetry or integration test Python
106
113
# dependencies)
107
114
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
113
115
variants :
114
116
- -juju29_ubuntu22
115
117
You can’t perform that action at this time.
0 commit comments