mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add wget to the build packages of the snap
This is required to download antlr for cvc4:
323d5faa1f/contrib/get-antlr-3.4 (L23)
This commit is contained in:
parent
d47863ef35
commit
d95252faf1
@ -51,7 +51,7 @@ parts:
|
|||||||
source: https://github.com/CVC4/CVC4.git
|
source: https://github.com/CVC4/CVC4.git
|
||||||
source-tag: "1.7"
|
source-tag: "1.7"
|
||||||
plugin: nil
|
plugin: nil
|
||||||
build-packages: [python, cmake, openjdk-11-jre, libgmp-dev]
|
build-packages: [python, cmake, openjdk-11-jre, libgmp-dev, wget]
|
||||||
override-build: |
|
override-build: |
|
||||||
./contrib/get-antlr-3.4
|
./contrib/get-antlr-3.4
|
||||||
./configure.sh --prefix=$SNAPCRAFT_STAGE/usr
|
./configure.sh --prefix=$SNAPCRAFT_STAGE/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user