Skip to content

Commit

Permalink
Disable msys
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Dec 1, 2023
1 parent c3a2cd4 commit 6334132
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RefreshEnv
choco install --no-progress -y nodejs-lts --version="${NODEJS_VERSION}"
choco install --no-progress -y temurin${JAVA_MAJOR_VERSION} --version="${JAVA_VERSION}"
choco install --no-progress -y ruby --version="${RUBY_VERSION}"
choco install --no-progress -y msys2 # For compiling certain native Ruby extensions, introduced for google-protobuf 3.25.0+
#choco install --no-progress -y msys2 # For compiling certain native Ruby extensions, introduced for google-protobuf 3.25.0+
choco install --no-progress -y nant --version="${NANT_VERSION}" --prerelease --source="$PSScriptroot"
choco install --no-progress -y ant --version="${ANT_VERSION}"
choco install --no-progress -y hg sliksvn git p4 gnupg awscli
Expand All @@ -48,9 +48,9 @@ choco install --no-progress -y --ignore-checksums googlechrome # Ignore checksum
RefreshEnv
corepack enable
yarn --version
ridk install 3 # Install only MSYS2 and MINGW development toolchain (MSYS2 and system update already done by Chocolatey package)
ridk enable
cc --version
#ridk install 3 # Install only MSYS2 and MINGW development toolchain (MSYS2 and system update already done by Chocolatey package)
#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 6334132

Please sign in to comment.