mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12041 from elopio/update-snap
Update the snap to build on Ubuntu 20.04
This commit is contained in:
commit
7a9f48155b
@ -13,6 +13,7 @@ description: |
|
|||||||
It is possible to create contracts for voting, crowdfunding, blind auctions,
|
It is possible to create contracts for voting, crowdfunding, blind auctions,
|
||||||
multi-signature wallets and more.
|
multi-signature wallets and more.
|
||||||
|
|
||||||
|
base: core20
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
@ -27,7 +28,7 @@ parts:
|
|||||||
source-type: git
|
source-type: git
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages: [build-essential, libboost-all-dev]
|
build-packages: [build-essential, libboost-all-dev]
|
||||||
stage-packages: [libicu60]
|
stage-packages: [libicu66]
|
||||||
override-build: |
|
override-build: |
|
||||||
if git describe --exact-match --tags 2> /dev/null
|
if git describe --exact-match --tags 2> /dev/null
|
||||||
then
|
then
|
||||||
@ -41,7 +42,6 @@ parts:
|
|||||||
plugin: make
|
plugin: make
|
||||||
build-packages: [python]
|
build-packages: [python]
|
||||||
stage-packages: [libstdc++6]
|
stage-packages: [libstdc++6]
|
||||||
makefile: build/Makefile
|
|
||||||
override-build: |
|
override-build: |
|
||||||
python scripts/mk_make.py
|
python scripts/mk_make.py
|
||||||
cd build
|
cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user