File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11load ("@rules_proto//proto:defs.bzl" , "proto_library" )
2+ load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
23
34proto_library (
45    name  =  "foo_proto" ,
Original file line number Diff line number Diff line change 11bazel_dep (name  =  "toolchains_protoc" , version  =  "0.0.0" )
22bazel_dep (name  =  "rules_proto" , version  =  "7.1.0" )
3+ bazel_dep (name  =  "rules_shell" , version  =  "0.4.1" )
34
45local_path_override (
56    module_name  =  "toolchains_protoc" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ local_repository(
44    path  =  "../.." ,
55)
66
7+ http_archive (
8+     name  =  "rules_shell" ,
9+     sha256  =  "bc61ef94facc78e20a645726f64756e5e285a045037c7a61f65af2941f4c25e1" ,
10+     strip_prefix  =  "rules_shell-0.4.1" ,
11+     url  =  "https://github.com/bazelbuild/rules_shell/releases/download/v0.4.1/rules_shell-v0.4.1.tar.gz" ,
12+ )
13+ 
714#---SNIP--- Below here is re-used in the workspace snippet published on releases 
815
916###################### 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments