ci: Fixes for latest RapidWright

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2022-03-17 20:01:44 +00:00
parent 14d53dfec8
commit 29654c52be
2 changed files with 3 additions and 2 deletions

View File

@ -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
} }

View File

@ -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