[macOS] Get rid of unused software in macOS 14 (#9191)
This commit is contained in:
@@ -217,7 +217,6 @@ build {
|
|||||||
"${path.root}/../scripts/build/install-gcc.sh",
|
"${path.root}/../scripts/build/install-gcc.sh",
|
||||||
"${path.root}/../scripts/build/install-cocoapods.sh",
|
"${path.root}/../scripts/build/install-cocoapods.sh",
|
||||||
"${path.root}/../scripts/build/install-android-sdk.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-vcpkg.sh",
|
||||||
"${path.root}/../scripts/build/install-safari.sh",
|
"${path.root}/../scripts/build/install-safari.sh",
|
||||||
"${path.root}/../scripts/build/install-chrome.sh",
|
"${path.root}/../scripts/build/install-chrome.sh",
|
||||||
|
|||||||
@@ -72,14 +72,13 @@
|
|||||||
"swiftformat",
|
"swiftformat",
|
||||||
"zstd",
|
"zstd",
|
||||||
"gmp",
|
"gmp",
|
||||||
"r",
|
|
||||||
"yq",
|
"yq",
|
||||||
"unxip",
|
"unxip",
|
||||||
"xcbeautify",
|
"xcbeautify",
|
||||||
"xcodes"
|
"xcodes"
|
||||||
],
|
],
|
||||||
"cask_packages": [
|
"cask_packages": [
|
||||||
"julia"
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gcc": {
|
"gcc": {
|
||||||
@@ -109,7 +108,6 @@
|
|||||||
"default": "3.0",
|
"default": "3.0",
|
||||||
"rubygems": [
|
"rubygems": [
|
||||||
"cocoapods",
|
"cocoapods",
|
||||||
"xcpretty",
|
|
||||||
"bundler",
|
"bundler",
|
||||||
"fastlane"
|
"fastlane"
|
||||||
]
|
]
|
||||||
@@ -118,7 +116,7 @@
|
|||||||
"default": "1.20"
|
"default": "1.20"
|
||||||
},
|
},
|
||||||
"node": {
|
"node": {
|
||||||
"default": "18"
|
"default": "20"
|
||||||
},
|
},
|
||||||
"llvm": {
|
"llvm": {
|
||||||
"version": "15"
|
"version": "15"
|
||||||
|
|||||||
Reference in New Issue
Block a user