mirror of https://github.com/YosysHQ/nextpnr.git
ci: Fixes for latest RapidWright
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
14d53dfec8
commit
29654c52be
|
|
@ -48,7 +48,8 @@ function get_dependencies {
|
|||
# Install RapidWright
|
||||
git clone https://github.com/Xilinx/RapidWright.git ${RAPIDWRIGHT_PATH}
|
||||
pushd ${RAPIDWRIGHT_PATH}
|
||||
make update_jars
|
||||
./gradlew updateJars --no-watch-fs
|
||||
make compile
|
||||
popd
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Install
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install git make cmake libboost-all-dev python3-dev libeigen3-dev tcl-dev clang bison flex swig
|
||||
sudo apt-get install git make cmake libboost-all-dev python3-dev libeigen3-dev tcl-dev clang bison flex swig locales libtinfo-dev
|
||||
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue