diff options
| author | Jamie Strandboge <jamie@ubuntu.com> | 2017-04-13 22:26:48 (GMT) |
|---|---|---|
| committer | Jamie Strandboge <jamie@ubuntu.com> | 2017-04-13 22:26:48 (GMT) |
| commit | 5446aecf89902f70e62acd72197313c303066b65 (patch) | |
| tree | 4118e8d96c63317ac2bf692880b058823e0d3662 | |
| parent | e3442ff6801006a3cfc2058b5f8de91761a76b90 (diff) | |
snap/snapcraft.yaml: update to use preload with known-good commit
| -rw-r--r-- | snap/snapcraft.yaml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index bb8a44a..c2f4dd7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -10,7 +10,7 @@ confinement: strict apps: snap-review: - command: snapcraft-preload click-review + command: preload click-review plugs: [ home, network ] aliases: [ snap-review ] @@ -43,11 +43,12 @@ parts: - -usr/share/python3/py3versions.py preload: source: https://github.com/sergiusens/snapcraft-preload.git + source-commit: fc60c1d58bdb90a98622179fd3ecfdf9e35e57c3 source-type: git plugin: cmake # Remove this comment and uncomment the following for amd64 (LP: #1671238) -# build-packages: -# - libc6-dev-i386 -# - libc6-dev-x32 -# - gcc-5-multilib -# - gcc-multilib + build-packages: + - libc6-dev-i386 + - libc6-dev-x32 + - gcc-5-multilib + - gcc-multilib |
