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

fix: remove need for rules_go when depending on a bzl_library target #663

Merged
merged 1 commit into from Nov 16, 2023

Conversation

kormide
Copy link
Member

@kormide kormide commented Nov 16, 2023

Downstream rulesets that depending on a bzl_library target under //tools needed to bring in rules_go as a dependency because a starlark file loaded in that package (release.bzl) loads from rules_go. Move some files around to remove this dep. Rules_go is a dev_dependency and shouldn't be required by downstream users.

Type of change

  • Bug fix (change which fixes an issue)

Test plan

  • Covered by existing test cases
  • Manual testing; please provide instructions so we can reproduce:
  • Tested against rules_js using a local override

@kormide kormide force-pushed the test-fixes branch 4 times, most recently from ddb0c94 to b4e7efa Compare November 16, 2023 20:34
@kormide kormide changed the title test: fixes fix: remove need for rules_go when depending on a bzl_library target Nov 16, 2023
@kormide kormide marked this pull request as ready for review November 16, 2023 20:36
@kormide kormide merged commit ffc2807 into aspect-build:1.x Nov 16, 2023
29 checks passed
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.

None yet

2 participants