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