Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 305 Bytes

File metadata and controls

10 lines (7 loc) · 305 Bytes

Demonstration project for bazelbuild/rules_go that fails picking up on the .S files

Run

bazel run --sandbox_debug //:hello-go

Workaround

Push the c++ code to a cc_library and add it as a cdep. See workaround branch