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
|
# Install RapidWright
|
||||||
git clone https://github.com/Xilinx/RapidWright.git ${RAPIDWRIGHT_PATH}
|
git clone https://github.com/Xilinx/RapidWright.git ${RAPIDWRIGHT_PATH}
|
||||||
pushd ${RAPIDWRIGHT_PATH}
|
pushd ${RAPIDWRIGHT_PATH}
|
||||||
make update_jars
|
./gradlew updateJars --no-watch-fs
|
||||||
|
make compile
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
2
.github/workflows/interchange_ci.yml
vendored
2
.github/workflows/interchange_ci.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
- name: ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1
|
uses: hendrikmuhs/ccache-action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user