Merge pull request #954 from YosysHQ/gatecat/rapidwright-update
ci: Fixes for latest RapidWright
This commit is contained in:
commit
8e9d0a6e09
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
|
||||
|
Loading…
Reference in New Issue
Block a user