mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
[macOS] Pre-cache Ruby binaries (#2085)
* precache ruby binaries * remove github_feed_token and minor change * do not install ruby binaries from toolset * remove toolcache file
This commit is contained in:
committed by
GitHub
parent
38b0a6005d
commit
75d141eb67
@@ -11,7 +11,6 @@
|
||||
"output_folder": null,
|
||||
"vm_username": null,
|
||||
"vm_password": null,
|
||||
"github_feed_token": null,
|
||||
"xcode_install_user": null,
|
||||
"xcode_install_password": null,
|
||||
"image_os": "macos1013"
|
||||
@@ -87,11 +86,6 @@
|
||||
"source": "./toolsets/toolset-10.13.json",
|
||||
"destination": "~/image-generation/toolset.json"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"source": "./toolsets/toolcache-10.13.json",
|
||||
"destination": "~/image-generation/toolcache.json"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"execute_command": "chmod +x {{ .Path }}; sudo {{ .Vars }} {{ .Path }}",
|
||||
|
||||
Reference in New Issue
Block a user