pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.7k stars 249 forks source link

Python on homebrew is busted again #1907

Closed workingjubilee closed 1 month ago

workingjubilee commented 1 month ago
  brew unlink python && brew link --overwrite python
  shell: /bin/bash -e {0}
  env:
    RUST_BACKTRACE: 1
    CARGO_INCREMENTAL: false
    SCCACHE_MAX_FRAME_LENGTH: 100000000
    TOOL_DIR: ./tools
    RUSTC_WRAPPER: sccache
    SCCACHE_DIR: /Users/runner/Library/Caches/Mozilla.sccache
    SCCACHE_IDLE_TIMEOUT: 0
    HOMEBREW_NO_INSTALL_FROM_API: 
    HOMEBREW_GITHUB_API_TOKEN: ***
Error: No such keg: /opt/homebrew/Cellar/python
Error: No such keg: /opt/homebrew/Cellar/python
Error: Process completed with exit code 1.