We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efb2e1 commit 9b8ad84Copy full SHA for 9b8ad84
MODULE.bazel
@@ -19,7 +19,6 @@ use_repo(
19
"structure_test_st_darwin_amd64",
20
"structure_test_st_darwin_arm64",
21
"structure_test_st_linux_arm64",
22
- "structure_test_st_linux_i386",
23
"structure_test_st_linux_s390x",
24
"structure_test_st_linux_amd64",
25
"structure_test_st_windows_amd64",
bazel/toolchains_repo.bzl
@@ -38,12 +38,6 @@ PLATFORMS = {
38
"@platforms//cpu:aarch64",
39
],
40
),
41
- "linux_i386": struct(
42
- compatible_with = [
43
- "@platforms//os:linux",
44
- "@platforms//cpu:x86_32",
45
- ],
46
- ),
47
"linux_s390x": struct(
48
compatible_with = [
49
"@platforms//os:linux",
0 commit comments