Skip to content

Commit

Permalink
Add Ruby native extension version for Windows via msys2
Browse files Browse the repository at this point in the history
Needed in future (sadly) for installing google-protobuf due to changes in protobuf 3.25.0+
  • Loading branch information
chadlwilson committed Nov 28, 2023
1 parent 0e040e8 commit 238581a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ choco install --no-progress -y ant -i --version="${ANT_VERSION}"
choco install --no-progress -y hg sliksvn git p4 gnupg awscli
choco install --no-progress -y windows-sdk-11-version-22h2-all --install-arguments='/features OptionId.SigningTools /ceip off'
choco install --no-progress -y googlechrome
choco install --no-progress -y msys2

RefreshEnv
corepack enable
yarn --version
ridk install 3
ridk enable
cc --version

# Remove chocolatey from temp location
Remove-Item C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\chocolatey -Force -Recurse | Out-Null
Expand Down

0 comments on commit 238581a

Please sign in to comment.