From: Vincent Bernat Date: Wed, 17 Aug 2022 14:50:25 +0000 (+0200) Subject: build: disable multi-arch build for now X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2148470f9bc76976d4caf5c8c41e12a1d75ff52;p=thirdparty%2Flldpd.git build: disable multi-arch build for now We keep this as this would become handy in the future and people can still try to use it. --- diff --git a/NEWS b/NEWS index fdc828c2..ee9c8851 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,3 @@ -lldpd (1.0.16) - * Changes - + Ship universal binaries for MacOS (x86_64 and arm64) - lldpd (1.0.15) * Changes + Add configure command to override system capabilities. Contributed by diff --git a/tests/ci/run.sh b/tests/ci/run.sh index 67ebdd6f..cf868731 100755 --- a/tests/ci/run.sh +++ b/tests/ci/run.sh @@ -41,7 +41,7 @@ fi case "$(uname -s)" in Darwin) # Create a package - make -C osx pkg ARCHS="x86_64 arm64" + make -C osx pkg # ARCHS="x86_64 arm64" otool -l osx/lldpd*/usr/local/sbin/lldpd ;; Linux)