Commit Graph

2 Commits (db/which-way-lock)

Author SHA1 Message Date
WeblWabl 26170d4e57
feat: update protos for main-2x (#26059)
* feat: update protos
This PR updates the proto files to use protoc-gen-go v1.34.1
and protoc to use v5.29.2

* feat: update makefile target to use v1.34.1 of protoc-gen-go
2025-02-24 11:27:23 -06:00
Bryan FRIMIN 5a1e3752c7
build: allow to build on FreeBSD (#22285)
* fix(build): checksum failed on FreeBSD

* fix(build): avoid BSD make evaluate Makefile

This Makefile use GNU make functions which is not compatible with the BSD
make. In order to avoid BSD make to try evaluation the Makefile and because
the Makefile use GNU make functions renaming the from Makefile to GNUmakefile
does not change anything for GNU make users and expose a clear error
when someone try to evaluate with BSD make.

* fix(build): invalid shebang on FreeBSD
2021-11-24 08:42:36 -05:00