Skip to content

Commit 59be40b

Browse files
Install concierge with go until canonical/concierge#81 released
1 parent 71ac4cc commit 59be40b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

spread.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
130132
prepare-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

0 commit comments

Comments
 (0)