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:
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
You can’t perform that action at this time.
0 commit comments