amoeba opened a new issue, #1683:
URL: https://github.com/apache/arrow-adbc/issues/1683
### What happened?
I tried to verify 0.11.0 RC0 and ran into two issues. I checked out the
latest from GitHub and ran the following in a PowerShell 7.x shell with conda
manually initialized:
```sh
$Env:USE_CONDA = 1
$Env:ARROW_TMPDIR = "verify-temp"
.\dev\release\verify-release-candidate.ps1 0.11.0 0
```
1. CMake complaining about a missing source directory for the C sources
(during cpp_build.ps1) and the whole script failing
2. Go complaining about not having gcc and the remainder of the script
failing
- `cgo: C compiler "gcc" not found: exec: "gcc": executable file not
found in %PATH%`
I'll push up a PR in a sec with the changes that fixed both issues and
resulted in me being able to successfully verify this release.
### How can we reproduce the bug?
```sh
$Env:USE_CONDA = 1
$Env:ARROW_TMPDIR = "verify-temp"
.\dev\release\verify-release-candidate.ps1 0.11.0 0
```
### Environment/Setup
I have a pretty stock system and used the existing release verification
instructions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]