mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-26 08:53:46 +00:00
ci: Fixes for latest RapidWright
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
3
.github/ci/build_interchange.sh
vendored
3
.github/ci/build_interchange.sh
vendored
@@ -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
|
||||
}
|
||||
|
||||
2
.github/workflows/interchange_ci.yml
vendored
2
.github/workflows/interchange_ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user