Skip to content

Commit

Permalink
fix(dev/release): remove gtest without prompting on Windows (#1439)
Browse files Browse the repository at this point in the history
While running release verification on Windows x86_64 against 0.9.0 RC0,
I was prompted to accept the removal of gtest which I I figure wasn't
intentional.
  • Loading branch information
amoeba authored Jan 8, 2024
1 parent 29be9f6 commit 6f73be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ conda activate $(Join-Path $ArrowTempDir conda-env)
# removes a bunch of other things, so force-remove instead
# (https://github.com/conda-forge/libprotobuf-feedstock/issues/186)
# Use conda, mamba appears to ignore --force
conda remove --force gtest
conda remove -y --force gtest

# Activating doesn't appear to set GOROOT
$env:GOROOT = $(Join-Path $ArrowTempDir conda-env go)
Expand Down

0 comments on commit 6f73be3

Please sign in to comment.