Danny Wolf

Results 3 comments of Danny Wolf

I think you might find [the tests](https://github.com/bazelbuild/rules_docker/blob/6c3c59bced2d6c43bde36cf7338b01b9c8fba523/tests/docker/package_managers/BUILD) useful, they were for me.

I got the same exact set of errors, first one is not being able to find `chdir.js` so I also added `./` to get a bit further. Using `ibazel`, it...

Something that works for me: 1. Build with `bazel build -c dbg //program:main` 2. Execute `dlv exec bazel-bin/program/linux_amd64_debug/main` 3. Map `external/` path `config substitute-path external/ /path/to/workspace-name/bazel-workspace-name/external/` 4. Map `GOROOT/` path...