Skip to content

Commit 9b8ad84

Browse files
authored
Remove linux_i386 from Bazel setup (#446)
1 parent 7efb2e1 commit 9b8ad84

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ use_repo(
1919
"structure_test_st_darwin_amd64",
2020
"structure_test_st_darwin_arm64",
2121
"structure_test_st_linux_arm64",
22-
"structure_test_st_linux_i386",
2322
"structure_test_st_linux_s390x",
2423
"structure_test_st_linux_amd64",
2524
"structure_test_st_windows_amd64",

bazel/toolchains_repo.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ PLATFORMS = {
3838
"@platforms//cpu:aarch64",
3939
],
4040
),
41-
"linux_i386": struct(
42-
compatible_with = [
43-
"@platforms//os:linux",
44-
"@platforms//cpu:x86_32",
45-
],
46-
),
4741
"linux_s390x": struct(
4842
compatible_with = [
4943
"@platforms//os:linux",

0 commit comments

Comments
 (0)