diff options
author | gatecat <gatecat@ds0.me> | 2021-04-14 10:30:53 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-04-14 10:30:53 +0100 |
commit | b0f57d234f877fe8b2a421e3e868c8a3e9cd89eb (patch) | |
tree | 26ecc8b150afaa9381910ebe3d22622e967f91e3 /.github/ci | |
parent | 4e346ecfba86880c2528e3463b9beb42932d8567 (diff) | |
download | nextpnr-b0f57d234f877fe8b2a421e3e868c8a3e9cd89eb.tar.gz nextpnr-b0f57d234f877fe8b2a421e3e868c8a3e9cd89eb.tar.bz2 nextpnr-b0f57d234f877fe8b2a421e3e868c8a3e9cd89eb.zip |
ci: Re-enable abseil for interchange CI
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to '.github/ci')
-rwxr-xr-x | .github/ci/build_interchange.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh index 45a7fe6c..c0da8b77 100755 --- a/.github/ci/build_interchange.sh +++ b/.github/ci/build_interchange.sh @@ -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 } |