Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] Remove Haskell and Cargo packages #8775

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

Alexey-Ayupov
Copy link
Collaborator

Description

Remove Haskell and Cargo packages from macOS 13 and macOS 14 images

Related issue:

Check list

  • Related issue / work item is attached
  • Tests are written (if applicable)
  • Documentation is updated (if applicable)
  • Changes are tested and related VM images are successfully generated

$rustPackages.AddToolVersion("Cargo-audit", $(Get-Cargoaudit))
$rustPackages.AddToolVersion("Cargo-outdated", $(Get-Cargooutdated))
$rustPackages.AddToolVersion("Cbindgen", $(Get-Cbindgen))
if ((-not $os.IsVentura) -and (-not $os.IsVenturaArm64)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nested condition might be a bit harder to understand from my point of view. What do you think of moving it to outer level? Also what do you think of replacing it with positive condition is_BigSur || is_Monterey like you have in rust.sh?

@Alexey-Ayupov Alexey-Ayupov force-pushed the macos-remove-apps branch 2 times, most recently from 4b07bb2 to 54d6e13 Compare November 10, 2023 10:31
@mikhailkoliada mikhailkoliada merged commit f685533 into actions:main Nov 10, 2023
4 checks passed
@Alexey-Ayupov Alexey-Ayupov deleted the macos-remove-apps branch November 28, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants