Skip to content

Commit

Permalink
Merge pull request FRRouting#16805 from opensourcerouting/fix/backpor…
Browse files Browse the repository at this point in the history
…t_ABUILD_APK_INDEX_OPTS_10.0

10.0 Backport docker ABUILD_APK_INDEX_OPTS
  • Loading branch information
donaldsharp committed Sep 12, 2024
2 parents c941fcf + 83e171c commit 5738236
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 @@ _libdir=/usr/lib
_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 5738236

Please sign in to comment.