OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_9-18-g84b177c
Gerrit Code Review
gerrit@openafs.org
Fri, 20 Jan 2023 09:08:23 -0500
The following commit has been merged in the openafs-stable-1_8_x branch:
commit 84b177ccc856519a6a1aac7e18cd30514fccac15
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date: Wed Apr 6 23:36:15 2022 +0000
macos: Build afscell for supported architectures
Given that i386 is no longer supported, trying to build the current
version of afscell on macOS 11 (Big Sur) results in the following error:
error: The i386 architecture is deprecated. You should update your ARCHS
build setting to remove the i386 architecture.
To fix this problem, build afscell for all architectures listed in
ARCHS_STANDARD.
For the macosx11.0 sdk:
$ xcodebuild -showBuildSettings -scheme afscell -sdk macosx | grep ARCHS
ARCHS = arm64 x86_64
ARCHS_STANDARD = arm64 x86_64
ARCHS_STANDARD_32_64_BIT = arm64 x86_64 i386
ARCHS_STANDARD_32_BIT = i386
ARCHS_STANDARD_64_BIT = arm64 x86_64
ARCHS_STANDARD_INCLUDING_64_BIT = arm64 x86_64
VALID_ARCHS = arm64 arm64e i386 x86_64
While here, add arm64 to the list of valid architectures.
Reviewed-on: https://gerrit.openafs.org/14745
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit dc6ced5e6d63ad89b1ad6f6b236a28b823abb59d)
Change-Id: I483c41a5954caa8ed080134d82f2e08a7c1973a4
Reviewed-on: https://gerrit.openafs.org/15247
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Harish Sharma <Harish.Sharma1@ibm.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
.../DARWIN/AFSPreference/OpenAFS.xcodeproj/project.pbxproj | 4 ++--
.../DARWIN/afscell/afscell.xcodeproj/project.pbxproj | 13 ++++---------
2 files changed, 6 insertions(+), 11 deletions(-)
--
OpenAFS Master Repository