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 build_capnp
mkdir build mkdir build
pushd 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` make nextpnr-fpga_interchange -j`nproc`
popd popd
} }