[Ubuntu] Add Go and Node to the toolcache on 24.04 (#9806)

This commit is contained in:
Erik Bershel
2024-05-08 11:33:11 +02:00
committed by GitHub
parent 584c7c0fef
commit 7781af869b
4 changed files with 25 additions and 11 deletions
@@ -323,6 +323,12 @@ provisioner "shell" {
scripts = ["${path.root}/../scripts/build/install-docker.sh"]
}
provisioner "shell" {
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}", "INSTALLER_SCRIPT_FOLDER=${var.installer_script_folder}"]
execute_command = "sudo sh -c '{{ .Vars }} pwsh -f {{ .Path }}'"
scripts = ["${path.root}/../scripts/build/Install-Toolset.ps1", "${path.root}/../scripts/build/Configure-Toolset.ps1"]
}
provisioner "shell" {
environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}", "INSTALLER_SCRIPT_FOLDER=${var.installer_script_folder}"]
execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'"