kratactl: freebsd build

This commit is contained in:
Alex Zenla
2024-03-22 04:41:38 +00:00
parent aaf8e50c0e
commit f854dfe77a
5 changed files with 71 additions and 78 deletions

View File

@ -17,3 +17,18 @@ pre-build = [
pre-build = [
"apt-get update && apt-get --assume-yes install protobuf-compiler"
]
[target.riscv64gc-unknown-linux-gnu]
pre-build = [
"apt-get update && apt-get --assume-yes install protobuf-compiler"
]
[target.x86_64-unknown-freebsd]
pre-build = [
"apt-get update && apt-get --assume-yes install protobuf-compiler"
]
[target.x86_64-unknown-netbsd]
pre-build = [
"apt-get update && apt-get --assume-yes install protobuf-compiler"
]