paleolimbot opened a new issue, #682:
URL: https://github.com/apache/arrow-adbc/issues/682

   From the instructions side, it might be nice to add a section to the 
verification instructions. To get it to run at all I had to:
   
   - Install conda
   - Install mamba
   - Set the security policy to allow executing powershell scripts
   
   There's one spot where it pauses to ask about installing stuff into a conda 
environment:
   
   ```
   Removing specs: ['gtest']
   Transaction
   
     Prefix: C:\Users\dewey\AppData\Local\Temp\tmp15A0.tmp\conda-env
   ```
   
   Then fails with:
   
   ```
   C:\Users\dewey\Documents\rscratch\arrow-adbc>exit /B 0
   Join-Path : A positional parameter cannot be found that accepts argument 
'go'.
   At 
C:\Users\dewey\Documents\rscratch\arrow-adbc\dev\release\verify-release-candidate.ps1:127
 char:17
   + $env:GOROOT = $(Join-Path $ArrowTempDir conda-env go)
   +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       + CategoryInfo          : InvalidArgument: (:) [Join-Path], 
ParentContainsErrorRecordException
       + FullyQualifiedErrorId : 
PositionalParameterNotFound,Microsoft.PowerShell.Commands.JoinPathCommand
   ```
   
   I don't have time to debug this today but don't mind taking a look before 
the next release 🙂 


-- 
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]

Reply via email to