Merge pull request #954 from YosysHQ/gatecat/rapidwright-update

ci: Fixes for latest RapidWright
This commit is contained in:
gatecat 2022-03-17 20:57:56 +00:00 committed by GitHub
commit 8e9d0a6e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

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

View File

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