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