Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dev/release): Fix Windows verification under conda (#1684)
This changes two things to make release verification run on my system: - Adds ` | Resolve-Path` to three variables to make them absolute paths. Without this, cpp_build.ps1 was running CMake and pointing at the wrong path because it saves a relative path, cds into another directory, and then tries to use the relative path. - Adds `m2w64-gcc` inline to the `mamba create` call to make sure the Go has access to gcc for building. I was a little surprised the existing `compilers` package doesn't install gcc so I'm not sure if something might have changed upstream. Fixes #1683
- Loading branch information