fix snap build

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-03 18:13:15 +03:00
parent ab065ecbd0
commit 6cce5c8c9e
2 changed files with 23 additions and 1 deletions

View File

@ -362,7 +362,7 @@ linux-armv6:
allow_failure: true
linux-aarch64:
stage: build
image: parity/rust-arm64:latest
image: parity/rust-arm64:gitlab-ci
only:
- beta
- tags

22
scripts/snapcraft.yaml Normal file
View File

@ -0,0 +1,22 @@
name: parity
version: beta
summary: Fast, light, robust Ethereum implementation
description: |
Parity's goal is to be the fastest, lightest, and most secure Ethereum
client. We are developing Parity using the sophisticated and cutting-edge
Rust programming language. Parity is licensed under the GPLv3, and can be
used for all your Ethereum needs.
grade: devel
confinement: strict
apps:
parity:
command: parity
plugs: [network, network-bind]
parts:
parity:
source: ..
plugin: rust
build-packages: [g++, libudev-dev, libssl-dev, make, pkg-config]