Skip to content

Commit

Permalink
Merge pull request FRRouting#16802 from opensourcerouting/fix/backpor…
Browse files Browse the repository at this point in the history
…t_ABUILD_APK_INDEX_OPTS_8.5

8.5 Backport docker ABUILD_APK_INDEX_OPTS
  • Loading branch information
donaldsharp committed Sep 12, 2024
2 parents 64d2196 + aec9bf2 commit e1efbc3
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 @@ -33,6 +33,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 e1efbc3

Please sign in to comment.