Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Using bazelisp requires copying of BUILD.sbcl and BUILD.local_sbcl to project root #60

@egao1980

Description

@egao1980

When used as a local repository at least. Example WORKSPACE:

local_repository(
    name = "bazelisp",
    path = "/home/egao1980/projects/bazelisp"
)

load("@bazelisp//:repositories.bzl", "bazelisp_repositories")
bazelisp_repositories()
load("@bazelisp//:setup.bzl", "bazelisp_setup")
bazelisp_setup()

I think that's mostly a documentation issue though it would be nice to avoid copying those files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions