Skip to content

Commit

Permalink
tox: use devel branch again
Browse files Browse the repository at this point in the history
Fixes: sysrepo#69
Signed-off-by: Bagg Tobias (ETAS-DAP/XPC-Fe3) <[email protected]>
  • Loading branch information
tbsuht committed Jul 1, 2024
1 parent 59f456b commit 533e29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ download()
fi
}

ly_branch="${LIBYANG_BRANCH:-master}"
ly_branch="${LIBYANG_BRANCH:-devel}"
ly_src="${LIBYANG_SRC:-$toxdir/.ly.$ly_branch.src}"
ly_prefix="$toxdir/.ly.$ly_branch"
ly_build="$toxdir/.ly.$ly_branch.build"
Expand Down Expand Up @@ -61,7 +61,7 @@ export LIBYANG_HEADERS="$ly_prefix/include"
export LIBYANG_LIBRARIES="$ly_prefix/lib"
export LIBYANG_EXTRA_LDFLAGS="-Wl,--enable-new-dtags,-rpath=$LIBYANG_LIBRARIES"

sr_branch="${SYSREPO_BRANCH:-master}"
sr_branch="${SYSREPO_BRANCH:-devel}"
sr_src="${SYSREPO_SRC:-$toxdir/.sr.$sr_branch.src}"
sr_prefix="$toxdir/.sr.$sr_branch"
sr_build="$toxdir/.sr.$sr_branch.build"
Expand Down

0 comments on commit 533e29b

Please sign in to comment.