File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed 
tests/integration/ignore_root_user_error Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
2+ 
3+ http_archive (
4+     name  =  "rules_cc" ,
5+     sha256  =  "d9bdd3ec66b6871456ec9c965809f43a0901e692d754885e89293807762d3d80" ,
6+     strip_prefix  =  "rules_cc-0.0.13" ,
7+     urls  =  ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.13/rules_cc-0.0.13.tar.gz" ],
8+ )
9+ 
110local_repository (
211    name  =  "rules_python" ,
312    path  =  "../../.." ,
@@ -13,8 +22,6 @@ python_register_toolchains(
1322    python_version  =  "3.9" ,
1423)
1524
16- load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
17- 
1825http_archive (
1926    name  =  "bazel_skylib" ,
2027    sha256  =  "c6966ec828da198c5d9adbaa94c05e3a1c7f21bd012a0b29ba8ddbccb2c93b0d" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments