Skip to content

Commit a1be1e2

Browse files
sureshe456Suresh kumar
andauthored
[macOS]Add Mozila Firfox to macOS 13,14 and 15 arm64 images. (#12226)
* Add Mozila Firfox to macOS 13,14 and 15 arm64 images. * move the firefox script next to google chrome installer --------- Co-authored-by: Suresh kumar <v-erkumar@microsoft.com>
1 parent 2eee005 commit a1be1e2

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

images/macos/scripts/tests/Browsers.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Describe "Edge" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64 -or $os.IsSequoi
5353
}
5454
}
5555

56-
Describe "Firefox" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64 -or $os.IsSequoiaArm64) {
56+
Describe "Firefox" {
5757
It "Firefox" {
5858
$firefoxLocation = "/Applications/Firefox.app/Contents/MacOS/firefox"
5959
$firefoxLocation | Should -Exist

images/macos/templates/macOS-13.arm64.anka.pkr.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ build {
247247
"${path.root}/../scripts/build/install-android-sdk.sh",
248248
"${path.root}/../scripts/build/install-safari.sh",
249249
"${path.root}/../scripts/build/install-chrome.sh",
250+
"${path.root}/../scripts/build/install-firefox.sh",
250251
"${path.root}/../scripts/build/install-bicep.sh",
251252
"${path.root}/../scripts/build/install-codeql-bundle.sh"
252253
]

images/macos/templates/macOS-14.arm64.anka.pkr.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ build {
247247
"${path.root}/../scripts/build/install-vcpkg.sh",
248248
"${path.root}/../scripts/build/install-safari.sh",
249249
"${path.root}/../scripts/build/install-chrome.sh",
250+
"${path.root}/../scripts/build/install-firefox.sh",
250251
"${path.root}/../scripts/build/install-bicep.sh",
251252
"${path.root}/../scripts/build/install-codeql-bundle.sh"
252253
]

images/macos/templates/macOS-15.arm64.anka.pkr.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ build {
246246
"${path.root}/../scripts/build/install-vcpkg.sh",
247247
"${path.root}/../scripts/build/install-safari.sh",
248248
"${path.root}/../scripts/build/install-chrome.sh",
249+
"${path.root}/../scripts/build/install-firefox.sh",
249250
"${path.root}/../scripts/build/install-bicep.sh",
250251
"${path.root}/../scripts/build/install-codeql-bundle.sh"
251252
]

0 commit comments

Comments
 (0)