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

Bazel crashes with bzlmod lockfile #17959

Closed
keith opened this issue Apr 3, 2023 · 3 comments
Closed

Bazel crashes with bzlmod lockfile #17959

keith opened this issue Apr 3, 2023 · 3 comments
Assignees
Labels
P1 I'll work on this now. (Assignee required) team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. type: bug

Comments

@keith
Copy link
Member

keith commented Apr 3, 2023

Description of the bug:

#14554 (comment)

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

In this project lockfiletest.zip run ./repro.sh

Which operating system are you running Bazel on?

No response

What is the output of bazel info release?

No response

If bazel info release returns development version or (@non-git), tell us how you built Bazel.

No response

What's the output of git remote get-url origin; git rev-parse master; git rev-parse HEAD ?

No response

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

@keith
Copy link
Member Author

keith commented Apr 3, 2023

cc @SalmaSamy

@ShreeM01 ShreeM01 added the team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. label Apr 3, 2023
@meteorcloudy meteorcloudy added P1 I'll work on this now. (Assignee required) and removed untriaged labels Apr 4, 2023
@SalmaSamy
Copy link
Contributor

This is a problem with serializing and deserializing Starlark values. The fix for this is already in the next part of the lockfile that will be soon merged.

@SalmaSamy
Copy link
Contributor

The fix is included in this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 I'll work on this now. (Assignee required) team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. type: bug
Projects
None yet
Development

No branches or pull requests

5 participants