Skip to content

Commit

Permalink
Merge pull request FRRouting#16804 from opensourcerouting/fix/backpor…
Browse files Browse the repository at this point in the history
…t_ABUILD_APK_INDEX_OPTS_9.1

9.1 Backport docker ABUILD_APK_INDEX_OPTS
  • Loading branch information
donaldsharp committed Sep 12, 2024
2 parents ffbac03 + a421c98 commit bc98e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alpine/APKBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ _localstatedir=/var/run/frr
_user=frr

build() {
export ABUILD_APK_INDEX_OPTS="--allow-untrusted"

cd "$builddir"

./configure \
Expand Down
1 change: 1 addition & 0 deletions docker/alpine/libyang/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/CESNET/libyang/archive/v$pkg
# - CVE-2021-28906

build() {
export ABUILD_APK_INDEX_OPTS="--allow-untrusted"
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
Expand Down

0 comments on commit bc98e70

Please sign in to comment.