From 9eea2470fb8279b966adbadb5dc762b21647c467 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:01:52 +0100 Subject: [PATCH] [macOS] Get rid of unused software in macOS 14 (#9191) --- images/macos/templates/macOS-14.anka.pkr.hcl | 1 - images/macos/toolsets/toolset-14.json | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/images/macos/templates/macOS-14.anka.pkr.hcl b/images/macos/templates/macOS-14.anka.pkr.hcl index c37bb31fc..38c6396af 100644 --- a/images/macos/templates/macOS-14.anka.pkr.hcl +++ b/images/macos/templates/macOS-14.anka.pkr.hcl @@ -217,7 +217,6 @@ build { "${path.root}/../scripts/build/install-gcc.sh", "${path.root}/../scripts/build/install-cocoapods.sh", "${path.root}/../scripts/build/install-android-sdk.sh", - "${path.root}/../scripts/build/install-apache.sh", "${path.root}/../scripts/build/install-vcpkg.sh", "${path.root}/../scripts/build/install-safari.sh", "${path.root}/../scripts/build/install-chrome.sh", diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index bf37359c0..52a27ed38 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -72,14 +72,13 @@ "swiftformat", "zstd", "gmp", - "r", "yq", "unxip", "xcbeautify", "xcodes" ], "cask_packages": [ - "julia" + "" ] }, "gcc": { @@ -109,7 +108,6 @@ "default": "3.0", "rubygems": [ "cocoapods", - "xcpretty", "bundler", "fastlane" ] @@ -118,7 +116,7 @@ "default": "1.20" }, "node": { - "default": "18" + "default": "20" }, "llvm": { "version": "15"