aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ci
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-04-01 15:24:38 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-04-01 15:59:48 -0700
commit3a85088d6653b11abdf039c334814da97d0e2949 (patch)
treec73ef33d274dba1c7c715b9fbe9af867feae4686 /.github/ci
parent009d3b64b67cf8a1ac2929eea906ae4fc4c23ef6 (diff)
downloadnextpnr-3a85088d6653b11abdf039c334814da97d0e2949.tar.gz
nextpnr-3a85088d6653b11abdf039c334814da97d0e2949.tar.bz2
nextpnr-3a85088d6653b11abdf039c334814da97d0e2949.zip
[interchange] Update interchange CI for new chipdb change.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/build_interchange.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh
index dc839e93..ece17309 100755
--- a/.github/ci/build_interchange.sh
+++ b/.github/ci/build_interchange.sh
@@ -55,7 +55,7 @@ function build_nextpnr {
build_capnp
mkdir build
pushd build
- cmake .. -DARCH=fpga_interchange -DRAPIDWRIGHT_PATH=${RAPIDWRIGHT_PATH} -DINTERCHANGE_SCHEMA_PATH=${INTERCHANGE_SCHEMA_PATH} -DPYTHON_INTERCHANGE_PATH=${PYTHON_INTERCHANGE_PATH}
+ cmake .. -DARCH=fpga_interchange -DRAPIDWRIGHT_PATH=${RAPIDWRIGHT_PATH} -DPYTHON_INTERCHANGE_PATH=${PYTHON_INTERCHANGE_PATH}
make nextpnr-fpga_interchange -j`nproc`
popd
}