Skip to content

Conversation

@anfelbar
Copy link
Collaborator

@anfelbar anfelbar commented Dec 6, 2022

About

Adding Perl support and hello world example.
Run with bazel run //perl:perl

Progress #36
Context: https://engflow.slack.com/archives/C01CPGQQ87N/p1670255268536419

@anfelbar
Copy link
Collaborator Author

anfelbar commented Dec 6, 2022

This works on both linux and macos CI. It also works on our remote canary.

I am using git_repository because when using http_archive like this

http_archive(
    name = "rules_perl",
    sha256 = "ccccc14c3e1e627622a7f1600bb33f67076679eff32431b345ed24bce38f8ec6",
    strip_prefix = "rules_perl-0.1.0",
    urls = [
        "https://github.com/bazelbuild/rules_perl/archive/refs/tags/0.1.0.zip",
    ],
)

gives me this cannot load '@rules_cc//cc:toolchain_utils.bzl': no such file. Can we leave git_repository?

@anfelbar anfelbar merged commit b368c24 into main Dec 6, 2022
@anfelbar anfelbar deleted the andres-perl-example branch December 6, 2022 19:35
@anfelbar anfelbar mentioned this pull request Dec 20, 2022
8 tasks
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.

3 participants