github-actions: use capnp v0.8.0
This also updates the note in the README for the FPGA interchange Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
83544cdf6a
commit
f9e9fadbc8
6
.github/ci/build_interchange.sh
vendored
6
.github/ci/build_interchange.sh
vendored
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Install capnproto libraries
|
# Install capnproto libraries
|
||||||
curl -O https://capnproto.org/capnproto-c++-0.7.0.tar.gz
|
curl -O https://capnproto.org/capnproto-c++-0.8.0.tar.gz
|
||||||
tar zxf capnproto-c++-0.7.0.tar.gz
|
tar zxf capnproto-c++-0.8.0.tar.gz
|
||||||
pushd capnproto-c++-0.7.0
|
pushd capnproto-c++-0.8.0
|
||||||
./configure
|
./configure
|
||||||
make -j`nproc` check
|
make -j`nproc` check
|
||||||
sudo make install
|
sudo make install
|
||||||
|
@ -12,7 +12,7 @@ Install java and javac if not already installed:
|
|||||||
sudo apt-get install openjdk-10-jdk
|
sudo apt-get install openjdk-10-jdk
|
||||||
```
|
```
|
||||||
|
|
||||||
Install capnproto if not already installed. Version 0.7.0 or higher is required.
|
Install capnproto if not already installed. Version 0.8.0 is required.
|
||||||
As stated in the [official instructions](https://capnproto.org/install.html), the version on the common package managers
|
As stated in the [official instructions](https://capnproto.org/install.html), the version on the common package managers
|
||||||
might not be up to date with the latest version, hence it is suggested to install
|
might not be up to date with the latest version, hence it is suggested to install
|
||||||
from the archive or, in alternative, directly from the git repository.
|
from the archive or, in alternative, directly from the git repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user