Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable bzlmod #55

Merged
merged 2 commits into from
Jul 30, 2023
Merged

Enable bzlmod #55

merged 2 commits into from
Jul 30, 2023

Conversation

dstufft
Copy link
Contributor

@dstufft dstufft commented Jun 29, 2023

Adds files to make it possible to use rules_perl using bzlmod.

This can be used in a MODULES.bazel using a snippet like:

bazel_dep(name = "rules_python", version = "0.1.0")

archive_override(
    module_name = "rules_perl",
    urls = [
        "https://github.com/bazelbuild/rules_perl/archive/76bc70ef16b4bab2d6c9cd5ea387405e6b3bee6a.tar.gz",
    ],
    strip_prefix = "rules_perl-76bc70ef16b4bab2d6c9cd5ea387405e6b3bee6a",
    integrity = "sha256-uHDm8XnLUKTMzaXykUAth63MrG3xhG77FhtYcANCrI0=",
)

Note: The archive_override can be removed if you also start publishing releases to registry.bazel.build.

@dstufft dstufft requested a review from skeletonkey as a code owner June 29, 2023 00:35
@skeletonkey skeletonkey merged commit d458b41 into bazel-contrib:main Jul 30, 2023
@skeletonkey
Copy link
Collaborator

Thank you for your patience. I will look into publishing to registry.bazel.build - thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants