1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-05 08:04:56 +00:00

ci: Re-enable abseil for interchange CI

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat
2021-04-14 10:30:53 +01:00
parent 4e346ecfba
commit b0f57d234f

View File

@@ -57,7 +57,7 @@ function build_nextpnr {
build_capnp
mkdir build
pushd build
cmake .. -DARCH=fpga_interchange -DRAPIDWRIGHT_PATH=${RAPIDWRIGHT_PATH} -DPYTHON_INTERCHANGE_PATH=${PYTHON_INTERCHANGE_PATH}
cmake .. -DARCH=fpga_interchange -DRAPIDWRIGHT_PATH=${RAPIDWRIGHT_PATH} -DPYTHON_INTERCHANGE_PATH=${PYTHON_INTERCHANGE_PATH} -DUSE_ABSEIL=on
make nextpnr-fpga_interchange -j`nproc`
popd
}