Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BF: install git-annex from datalad/packages for Mac on appveyor #7233

Closed
wants to merge 1 commit into from

Commits on Dec 15, 2022

  1. BF: install git-annex from datalad/packages for Mac on appveyor

    The default "brew" way seems to error out as could be seen on
    eg. https://ci.appveyor.com/project/mih/datalad/builds/45696242/job/h7a2890c5yyt5ekw
    
    	==> Installing git-annex dependency: ghc
    	Warning: Your Xcode (12.3) is outdated.
    	Please update to Xcode 12.4 (or delete it).
    	Xcode can be updated from the App Store.
    	==> ./configure --prefix=/private/tmp/ghc-20221215-3593-1fb8317/ghc-9.4.3/binary
    	==> make install
    	==> cabal v2-update
    	==> ./configure --prefix=/usr/local/Cellar/ghc/9.4.3 --disable-numa --with-intree-gmp
    	==> hadrian/build install -j2 --prefix=/usr/local/Cellar/ghc/9.4.3 --flavour=release --docs=no-sphinx-pdfs *.iserv.ghc.link.opts += -optl-Wl,-rpath,@loader_path/../lib/x86_64-osx-ghc-9.4.3
    
    So -- to overcome that, decided to why not use datalad/packages -- we
    have it automated now to get them updated with new git-annex releases.
    Never tried on Mac though -- let's see.
    yarikoptic committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    59cb1e8 View commit details
    Browse the repository at this point in the history