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

Remove copy/pasted BUILD files that call kt_configure_toolchains #1053

Conversation

Bencodes
Copy link
Collaborator

@Bencodes Bencodes commented Oct 12, 2023

I believe these BUILD files got copy/pasted accidentally since they immediately fail when calling kt_configure_toolchains:

ERROR: Traceback (most recent call last):
        File "/private/var/tmp/_bazel_blee/705a39c26a4d07ab15f533d9e4d9df56/execroot/_main/bazel-out/darwin_arm64-fastbuild/bin/rules_kotlin_release/kotlin/internal/utils/BUILD.bazel", line 17, column 24, in <toplevel>
                kt_configure_toolchains()
        File "/private/var/tmp/_bazel_blee/705a39c26a4d07ab15f533d9e4d9df56/execroot/_main/bazel-out/darwin_arm64-fastbuild/bin/rules_kotlin_release/kotlin/internal/toolchains.bzl", line 346, column 13, in kt_configure_toolchains
                fail("kt_configure_toolchains must be called in kotlin/internal not %s" % native.package_name())
Error in fail: kt_configure_toolchains must be called in kotlin/internal not kotlin/internal/utils

Copy link
Collaborator

@restingbull restingbull left a comment

Choose a reason for hiding this comment

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

Ow.

@Bencodes Bencodes merged commit 1a46408 into master Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants