File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -413,18 +413,6 @@ config_setting(
413
413
},
414
414
)
415
415
416
- config_setting (
417
- name = "is_dev_s390x" ,
418
- constraint_values = [
419
- "@io_bazel_rules_go//go/toolchain:linux" ,
420
- "@platforms//cpu:s390x" ,
421
- ],
422
- flag_values = {
423
- ":dev_flag" : "true" ,
424
- ":cross_flag" : "false" ,
425
- },
426
- )
427
-
428
416
bool_flag (
429
417
name = "force_build_cdeps_flag" ,
430
418
build_setting_default = False ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ go_library(
19
19
# NB: On Ubuntu, res_nsearch is found in the resolv_wrapper library,
20
20
# found in the libresolv-wrapper package.
21
21
"//build/toolchains:is_dev_linux" : ["-ldl -lresolv -lresolv_wrapper" ],
22
- "//build/toolchains:is_dev_s390x" : ["-ldl -lresolv -lresolv_wrapper -lkeyutils" ],
23
22
"@io_bazel_rules_go//go/platform:linux" : ["-ldl -lresolv" ],
24
23
"//conditions:default" : [],
25
24
}),
You can’t perform that action at this time.
0 commit comments