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

support iOS cross compile #429

Merged
merged 1 commit into from
Oct 12, 2020
Merged

support iOS cross compile #429

merged 1 commit into from
Oct 12, 2020

Conversation

dae
Copy link
Contributor

@dae dae commented Oct 12, 2020

Fixes:
ERROR: An error occurred during the fetch of repository 'rust_darwin_x86_64':
Traceback (most recent call last):
File "/private/var/tmp/_bazel_dae/5bd71d68278317a4c19e40755fc15392/external/io_bazel_rules_rust/rust/repositories.bzl", line 549, column 50, in _rust_toolchain_repository_impl
build_components.append(_load_rust_stdlib(ctx, target_triple))
File "/private/var/tmp/_bazel_dae/5bd71d68278317a4c19e40755fc15392/external/io_bazel_rules_rust/rust/repositories.bzl", line 477, column 41, in _load_rust_stdlib
stdlib_build_file = BUILD_for_stdlib(target_triple)
File "/private/var/tmp/_bazel_dae/5bd71d68278317a4c19e40755fc15392/external/io_bazel_rules_rust/rust/repositories.bzl", line 253, column 42, in BUILD_for_stdlib
binary_ext = system_to_binary_ext(system),
File "/private/var/tmp/_bazel_dae/5bd71d68278317a4c19e40755fc15392/external/io_bazel_rules_rust/rust/platform/triple_mappings.bzl", line 153, column 33, in system_to_binary_ext
return _SYSTEM_TO_BINARY_EXT[system]
Error: key "ios" not found in dictionary

Fixes:
ERROR: An error occurred during the fetch of repository 'rust_darwin_x86_64':
   Traceback (most recent call last):
	File "/private/var/tmp/_bazel_dae/5bd71d68278317a4c19e40755fc15392/external/io_bazel_rules_rust/rust/repositories.bzl", line 549, column 50, in _rust_toolchain_repository_impl
		build_components.append(_load_rust_stdlib(ctx, target_triple))
	File "/private/var/tmp/_bazel_dae/5bd71d68278317a4c19e40755fc15392/external/io_bazel_rules_rust/rust/repositories.bzl", line 477, column 41, in _load_rust_stdlib
		stdlib_build_file = BUILD_for_stdlib(target_triple)
	File "/private/var/tmp/_bazel_dae/5bd71d68278317a4c19e40755fc15392/external/io_bazel_rules_rust/rust/repositories.bzl", line 253, column 42, in BUILD_for_stdlib
		binary_ext = system_to_binary_ext(system),
	File "/private/var/tmp/_bazel_dae/5bd71d68278317a4c19e40755fc15392/external/io_bazel_rules_rust/rust/platform/triple_mappings.bzl", line 153, column 33, in system_to_binary_ext
		return _SYSTEM_TO_BINARY_EXT[system]
Error: key "ios" not found in dictionary
@google-cla google-cla bot added the cla: yes label Oct 12, 2020
@mfarrugi mfarrugi merged commit 4af2e5a into bazelbuild:master Oct 12, 2020
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.

None yet

2 participants