Skip to content

Commit 351d5ca

Browse files
committed
docs: mention ld warning
1 parent 4afcb16 commit 351d5ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Please just be sure to:
3737
* For linting just the modulegen: `make -C modulegen lint`
3838
* verify all tests are passing. Build and test the project with `make test-all` to do this.
3939
* For a given module or example, go to the module or example directory and run `make test`.
40+
* If you find an `ld warning` message on MacOS, you can ignore it. It is a indeed a warning: https://github.com/golang/go/issues/61229
41+
> === Errors
42+
> ld: warning: '/private/var/folders/3y/8hbf585d4yl6f8j5yzqx6wz80000gn/T/go-link-2319589277/000018.o' has malformed LC_DYSYMTAB, expected 98 undefined symbols to start at index 1626, found 95 undefined symbols starting at index 1626
43+
4044
* when updating the `go.mod` file, please run `make tidy-all` to ensure all modules are updated.
4145

4246
## Documentation contributions

0 commit comments

Comments
 (0)