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

feat: initial integration with FullstoryInjector #5

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

vpanta
Copy link
Contributor

@vpanta vpanta commented Dec 3, 2024

This update allows folks to use the Fullstory ruleset if we have provided them with a pre-release version of our Maven repository (and they have it installed locally).

@vpanta vpanta requested a review from joshcasner December 3, 2024 20:59
@vpanta vpanta force-pushed the vasilios/rules-update branch from 5875554 to 10890c8 Compare December 4, 2024 04:22
@vpanta vpanta force-pushed the vasilios/rules-update branch from 10890c8 to 40bd2a3 Compare December 4, 2024 17:28
Copy link

@joshcasner joshcasner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

+bzl_library(
+ name = "rules",
+ srcs = ["rules.bzl"],
+ visibility = [
+ "//visibility:public",
+ ],
+ deps = [
+ "//rules:bzl",
+ ":bzl",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was the "providers" inclusion here what was causing the CI issue? I tried removing it earlier but that just triggered other issues

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah (but down in the utils definition). The issue was that while the latest unreleased rules_android has providers/providers.bzl, as of this release the file is still under rules/providers.bzl, so the deps in the patch was bad.

@vpanta
Copy link
Contributor Author

vpanta commented Dec 4, 2024

Also d'oh! The need for the local repo is causing CI to fail. That's not really surprise. I'm going to merge this for now as bazel test //... works fine locally (before it failed the same way CI failed).

@vpanta vpanta merged commit ccd21c6 into main Dec 4, 2024
6 of 8 checks passed
@vpanta vpanta deleted the vasilios/rules-update branch December 9, 2024 20:49
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