Skip to content
  • Matthew Clarkson's avatar
    fix(entrypoint): remove toolchain target · d9d60dc2
    Matthew Clarkson authored
    BREAKING CHANGE: The `toolchain_symlink_target` has been removed from `ape_entrypoint`.
    
    This symlink target used the repository context entrypoint which is not remote execution
    friendly.
    
    The targets were aliased as `@ape//:*` which have been corrected to be remove execution
    friendly. Use those targets instead.
    d9d60dc2
Loading