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: |
120
120
snap refresh --hold
121
121
chown -R root:root "$SPREAD_PATH"
122
122
cd "$SPREAD_PATH"
123
+ # Unable to install concierge via snap on s390x:
124
+ # https://github.com/canonical/concierge/issues/76
123
125
go install github.com/canonical/concierge@latest
124
126
125
127
# Install charmcraft & pipx on lxd-vm backend and install pipx on IS-hosted runners
126
- concierge prepare --trace
128
+ ~/go/bin/ concierge prepare --trace
127
129
128
130
pipx install tox poetry
129
131
prepare-each : |
@@ -135,7 +137,7 @@ prepare-each: |
135
137
poetry add --lock --group integration juju@^2
136
138
fi
137
139
# `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
139
141
140
142
# Unable to set constraint on all models because of Juju bug:
141
143
# https://bugs.launchpad.net/juju/+bug/2065050
You can’t perform that action at this time.
0 commit comments