Disable CGO for improved compatibility across distros

This commit is contained in:
Gustavo 2023-10-24 11:27:57 -04:00
parent bc2944de97
commit 1e97e5d347
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ export PATH := $(shell pwd)/.tmp/protoc/bin:$(PATH)
export PROTOC_VERSION := 22.0
# Disable CGO for improved compatibility across distros
export CGO_ENABLED=0
# TODO: run golint and errcheck, but only to catch *new* violations and
# decide whether to change code or not (e.g. we need to be able to whitelist
# violations already in the code). They can be useful to catch errors, but