File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,12 @@ prepare: |
120120 snap refresh --hold
121121 chown -R root:root "$SPREAD_PATH"
122122 cd "$SPREAD_PATH"
123+ # Unable to install concierge via snap on s390x:
124+ # https://github.com/canonical/concierge/issues/76
123125 go install github.com/canonical/concierge@latest
124126
125127 # Install charmcraft & pipx on lxd-vm backend and install pipx on IS-hosted runners
126- concierge prepare --trace
128+ ~/go/bin/ concierge prepare --trace
127129
128130 pipx install tox poetry
129131prepare-each : |
@@ -135,7 +137,7 @@ prepare-each: |
135137 poetry add --lock --group integration juju@^2
136138 fi
137139 # `concierge prepare` needs to be run for each spread job in case Juju version changed
138- concierge prepare --trace
140+ ~/go/bin/ concierge prepare --trace
139141
140142 # Unable to set constraint on all models because of Juju bug:
141143 # https://bugs.launchpad.net/juju/+bug/2065050
You can’t perform that action at this time.
0 commit comments