Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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