Don't use oscan1 on 32-bit build.

It requires libusb, and I'm not off-hand seeing a 32-bit libusb to link
with.

Change-Id: Ib676982b9c17369326ffc63eab5ef895add48569
Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
Tim Newsome 2021-12-13 13:35:35 -08:00
parent deab0f4638
commit f3c69c7292
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- run: sudo apt-get install clang gcc-multilib libusb-1.0-0 libusb-1.0-0-dev
- run: sudo apt-get install clang gcc-multilib
- run: ./bootstrap
- run: ./configure --enable-remote-bitbang --enable-jtag_vpi --disable-target64 --enable-ftdi-oscan1
- run: ./configure --enable-remote-bitbang --enable-jtag_vpi --disable-target64
- run: make
- run: file src/openocd | grep 32-bit