Merge pull request #669 from riscv/build_oscan1

--enable-ftdi-oscan1 in Linux build.
This commit is contained in:
Tim Newsome 2021-12-13 13:57:38 -08:00 committed by GitHub
commit 37683df05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- run: sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev
- run: ./bootstrap
- run: ./configure --enable-remote-bitbang --enable-jtag_vpi
- run: ./configure --enable-remote-bitbang --enable-jtag_vpi --enable-ftdi-oscan1
- run: make
- run: file src/openocd | grep 64-bit