Skip to content

Commit 1c03d60

Browse files
committed
Merge #284: ci: Avoid separate pull to work around snap issue
577ccb0 ci: Avoid separate pull to work around snap issue (MarcoFalke) Pull request description: Work around canonical/snapcraft#5316 https://cirrus-ci.com/task/6347928203165696?logs=ci#L0: ``` ... snapcraft --use-lxd Launching a container. Waiting for container to be ready Waiting for network to be ready... error: cannot perform the following tasks: - Run configure hook of "core" snap (run hook "configure": cannot set "core.experimental.snapd-snap": unsupported system option) An error occurred when trying to execute 'snap set system experimental.snapd-snap=true' with 'LXD': returned exit code 1. Exit status: 2 ACKs for top commit: hebasto: ACK 577ccb0, I have reviewed the code and it looks OK. Tree-SHA512: fcbeb0089fdb95b9d2e32e45fc886200caf71d5883165ac6c39d63a40e0399ddc284fab4fbdf83a54ff5704c4ef927b1bc9dde807605ee146856a55da7f84d64
2 parents aad8d4d + 577ccb0 commit 1c03d60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ task:
1010
- snap install snapcraft --classic
1111
- snap install lxd
1212
- /snap/bin/lxd init --auto
13-
snapcraft_pull_script:
14-
- snapcraft pull --use-lxd
15-
ci_script:
13+
snapcraft_build_script:
1614
- snapcraft --use-lxd

0 commit comments

Comments
 (0)