Skip to content

Commit

Permalink
ci/appveyor/install_macos_deps: update dependency versions
Browse files Browse the repository at this point in the history
- Use libiio v0.26
- Use libm2k v0.9.0
- Use analogdevices fork of libsigrokdecode which
includes custom decoders that are still under review

Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Sep 17, 2024
1 parent 690d78e commit 9079598
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CI/appveyor/install_macos_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

set -xe

LIBIIO_VERSION=v0.25
LIBIIO_VERSION=libiio-v0
LIBAD9361_BRANCH=main
LIBM2K_BRANCH=main
LIBM2K_BRANCH=src/output_triggers
GNURADIO_BRANCH=maint-3.10
GRSCOPY_BRANCH=3.10
GRM2K_BRANCH=main
QWT_BRANCH=qwt-multiaxes
LIBSIGROKDECODE_BRANCH=master
LIBSIGROKDECODE_BRANCH=decoders/AD559XR
LIBTINYIIOD_BRANCH=master

PYTHON="python3"
Expand Down Expand Up @@ -202,7 +202,7 @@ build_grscopy() {
build_libsigrokdecode() {
echo "### Building libsigrokdecode - branch $LIBSIGROKDECODE_BRANCH"

git clone --depth 1 https://github.com/sigrokproject/libsigrokdecode.git -b $LIBSIGROKDECODE_BRANCH ${WORKDIR}/libsigrokdecode
git clone --depth 1 https://github.com/analogdevicesinc/libsigrokdecode.git -b $LIBSIGROKDECODE_BRANCH ${WORKDIR}/libsigrokdecode
cd ${WORKDIR}/libsigrokdecode
CURRENT_BUILD=libsigrokdecode
save_version_info
Expand Down

0 comments on commit 9079598

Please sign in to comment.