]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build: prevent binary downloads for non x86 architectures
authorMike Bradeen <mbradeen@sangoma.com>
Tue, 12 Oct 2021 18:17:21 +0000 (12:17 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 15 Oct 2021 14:57:20 +0000 (09:57 -0500)
commitd553da5c7063f549e012da89a56b1299d6ac94b0
tree361dce662d19426264837fa3901a311b4f927e7e
parent448739fe63f3741f09a243f5a26961aaf136d0a8
build: prevent binary downloads for non x86 architectures

download_externals: Add check for i686 and i386 (in addition
to the current x86_64) and exit if not one of the three.

ASTERISK-26497

Change-Id: Ia4d429fcefa5b2f5b6e99159d4607de8e8325b2f
build_tools/download_externals