File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed 
integration/local_toolchains Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ py_test(
2323    # NOTE: This isn't strictly correct because is_toolchain_py39plus 
2424    # ends up using the config state coming into the target, not from within 
2525    # the target. There's no transitions going on, though, so it works OK. 
26-     target_compatible_with  =  select ({
27-         # Our RBE's system python is 3.6, which is too old. 
28-         ":is_toolchain_py39plus" : [],
29-         "//conditions:default" : ["@platforms//:incompatible" ],
30-     }),
26+     ## target_compatible_with = select({
27+     ##     # Our RBE's system python is 3.6, which is too old.
28+     ##     ":is_toolchain_py39plus": [],
29+     ##     "//conditions:default": ["@platforms//:incompatible"],
30+     ## }),
3131)
3232
3333config_setting (
Original file line number Diff line number Diff line change @@ -30,19 +30,8 @@ py_reconfig_test(
3030        CC_TOOLCHAIN ,
3131    ],
3232    main  =  "toolchain_runs_test.py" ,
33-     # Doesn't work -- doesn't have ConstraintValueInfo provider? 
34-     #target_compatible_with = [ 
35-     #    "@platforms//host", 
36-     #], 
37-     # Doesn't work -- not a valid select condition? 
38-     #target_compatible_with = select({ 
39-     #    "@platforms//host": [], 
40-     #    "//conditions:default": ["@platforms//:incompatible"], 
41-     #}), 
42-     ##target_compatible_with = select({ 
43-     ##    ":is_host": [], 
44-     ##    "//conditions:default": ["@platforms//:incompatible"], 
45-     ##}), 
33+     # Our RBE has Python 3.6, which is too old for the language features 
34+     # we use now. 
4635    tags  =  ["no-remote-exec" ],
4736    deps  =  ["//python/runfiles" ],
4837)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments