From 910dbd423093c3ccb4ae1779a1ae6eac4990e2cb Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:22:34 +0200 Subject: [PATCH] [macOS] Pin OpenSSL version for macOS 13 (#8019) --- images/macos/templates/macOS-13.anka.pkr.hcl | 1 + images/macos/tests/OpenSSL.Tests.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/images/macos/templates/macOS-13.anka.pkr.hcl b/images/macos/templates/macOS-13.anka.pkr.hcl index d6252bed9..16eded673 100644 --- a/images/macos/templates/macOS-13.anka.pkr.hcl +++ b/images/macos/templates/macOS-13.anka.pkr.hcl @@ -165,6 +165,7 @@ build { "./provision/core/dotnet.sh", "./provision/core/python.sh", "./provision/core/azcopy.sh", + "./provision/core/openssl.sh", "./provision/core/ruby.sh", "./provision/core/rubygem.sh", "./provision/core/git.sh", diff --git a/images/macos/tests/OpenSSL.Tests.ps1 b/images/macos/tests/OpenSSL.Tests.ps1 index 8da41bba7..ea0c39da0 100644 --- a/images/macos/tests/OpenSSL.Tests.ps1 +++ b/images/macos/tests/OpenSSL.Tests.ps1 @@ -1,7 +1,7 @@ Import-Module "$PSScriptRoot/../helpers/Common.Helpers.psm1" $os = Get-OSVersion -Describe "OpenSSL" -Skip:($os.IsVentura -or $os.IsVenturaArm64) { +Describe "OpenSSL" -Skip:($os.IsVenturaArm64) { Context "OpenSSL Version" { It "OpenSSL is available" { "openssl version" | Should -ReturnZeroExitCode