Addressing @bartek's comment: https://phab.comm.dev/D10561#inline-64867
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- buildkite-node (branched from master)
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
.buildkite/jsi_codegen.yml | ||
---|---|---|
14 | We didn't really need to specify which version of Debian here. Defaults to latest version of Debian anyways. These are all aliases for the same thing: |
Comment Actions
Re. failing Codegen JSI
fatal: detected dubious ownership in repository at '/comm' To add an exception for this directory, call: git config --global --add safe.directory /comm
Not sure what started to cause this, but I had the exact same problem with the "gRPC-Web Codegen CI" job and fixed it by adding the following command:
steps: - label: 'Foo' command: - 'git config --global --add safe.directory "*"' - ...
Comment Actions
Oh this is huge, thank you!
It also clarifies a misunderstanding I had with the Emscripten workflow. I'll put up a diff fixing that up as well.