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

Command Line Tools outdated #30

Closed
real-or-random opened this issue Dec 23, 2020 · 9 comments
Closed

Command Line Tools outdated #30

real-or-random opened this issue Dec 23, 2020 · 9 comments

Comments

@real-or-random
Copy link
Contributor

real-or-random commented Dec 23, 2020

Can we get a catalina-xcode-12.3 image?

My use case is running valgrind (https://github.com/LouisBrunner/valgrind-macos) which is pretty fragile when it comes to versions. I currently use catalina-base and install Apple's "Command Line Tools" manually but that's a PITA in CI because the normal process involves the user clicking on buttons see https://apple.stackexchange.com/a/195963 .

A catalina-xcode-12.3 image should do the job. valgrind compiles fine on big-sur-xcode-12.3. But I can't switch to big-sur because valgrind just won't run work there properly, it's not supported yet.

@fkorotkov
Copy link
Contributor

catalina-base should have the command line tools installed. But probably not the latest. Will an update to catalina-base work for you?

@real-or-random
Copy link
Contributor Author

Indeed, they're available (because installing homebrew automatically installs command line tools AFAIU) but not in the latest version.

Will an update to catalina-base work for you?

I believe this will do the job, too.

@real-or-random
Copy link
Contributor Author

Ok, and with homebrew in mind , I can imagine that even a simple rebuild of catalina-base should work because then homebrew should fetch the newest version of CLT.

@fkorotkov
Copy link
Contributor

Let's try that first. The VM hasn't been rebuilt since October. If that won't work then I'll build the Xcode one of the update version. Will ping you once available.

@fkorotkov
Copy link
Contributor

Sorry it's taking a little bit of time. I want to include the latest security updates for Catalina in the VM and the VM just keeps hanging. I'm investigating it...

@real-or-random
Copy link
Contributor Author

Thanks for the quick reply and no worries, it's not the urgent because the manual installation works. And have a merry Christmas!

@real-or-random real-or-random changed the title Add catalina-xcode-12.3 image Command Line Tools outdated Dec 24, 2020
@fkorotkov
Copy link
Contributor

BTW how do you update the CMD Tools manually? Though softwareupdates?

@fkorotkov
Copy link
Contributor

The image should be updated now. 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@fkorotkov @real-or-random and others