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 vendor fails with Error: key "linux_i386" not found in dictionary #70

Closed
farcop opened this issue May 30, 2024 · 1 comment · Fixed by #71
Closed

bazel vendor fails with Error: key "linux_i386" not found in dictionary #70

farcop opened this issue May 30, 2024 · 1 comment · Fixed by #71

Comments

@farcop
Copy link
Contributor

farcop commented May 30, 2024

% bazel vendor --vendor_dir=vendored
...
INFO: Repository rules_apko~~apko~apko_linux_i386 instantiated at:
  <builtin>: in <toplevel>
Repository rule apko_repositories defined at:
  /private/var/tmp/_bazel_farcop/e66529431dbede3bc951f821053136ab/external/rules_apko~/apko/repositories.bzl:80:36: in <toplevel>
ERROR: An error occurred during the fetch of repository 'rules_apko~~apko~apko_linux_i386':
   Traceback (most recent call last):
        File "/private/var/tmp/_bazel_farcop/e66529431dbede3bc951f821053136ab/external/rules_apko~/apko/repositories.bzl", line 58, column 68, in _apko_repo_impl
                integrity = APKO_VERSIONS[repository_ctx.attr.apko_version][repository_ctx.attr.platform],
Error: key "linux_i386" not found in dictionary
ERROR: <builtin>: fetching apko_repositories rule //:rules_apko~~apko~apko_linux_i386: Traceback (most recent call last):
        File "/private/var/tmp/_bazel_farcop/e66529431dbede3bc951f821053136ab/external/rules_apko~/apko/repositories.bzl", line 58, column 68, in _apko_repo_impl
                integrity = APKO_VERSIONS[repository_ctx.attr.apko_version][repository_ctx.attr.platform],
Error: key "linux_i386" not found in dictionary
@farcop
Copy link
Contributor Author

farcop commented Jun 2, 2024

Fix proposed #71

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 a pull request may close this issue.

1 participant