OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-104-g2e149f1

Gerrit Code Review gerrit@openafs.org
Wed, 29 Jan 2025 10:36:26 -0500


The following commit has been merged in the master branch:
commit 2e149f1c9dbac198e646d63cec54dd2ca83c4e8d
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Tue Jan 28 19:53:26 2025 -0500

    macos: Remove SDKROOT from AklogAuthPlugin project
    
    An attempt to build AklogAuthPlugin with the default SDK fails:
    
      xcodebuild --project AklogAuthPlugin.xcodeproj
    
      error: unable to find sdk 'macosx10.6' (in target 'AklogAuthPlugin'
             from project 'AklogAuthPlugin')
      warning: There are no architectures to compile for because the
             VALID_ARCHS build setting is an empty list. (in target
             'AklogAuthPlugin' from project 'AklogAuthPlugin')
      ** BUILD FAILED **
    
    Remove the SDKROOT=macosx10.6 specification from the project file.
    
    Change-Id: Iecec6d6c56bcb3d942bd4ed811e61fe4ec016b1e
    Reviewed-on: https://gerrit.openafs.org/16151
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 .../DARWIN/AklogAuthPlugin/AklogAuthPlugin.xcodeproj/project.pbxproj    | 2 --
 1 file changed, 2 deletions(-)

-- 
OpenAFS Master Repository