thanosbench/.bingo
Ben Ye a337de5226
chore: Support M1 mbp build (#40)
* support M1 mbp build

Signed-off-by: Ben Ye <benye@amazon.com>

* update version to go 1.18

Signed-off-by: Ben Ye <benye@amazon.com>

* rename executor

Signed-off-by: Ben Ye <benye@amazon.com>

* don't specify working dir

Signed-off-by: Ben Ye <benye@amazon.com>

* update bingo toolchains

Signed-off-by: Ben Ye <benye@amazon.com>

* update linter configuration

Signed-off-by: Ben Ye <benye@amazon.com>

Signed-off-by: Ben Ye <benye@amazon.com>
2022-10-08 09:27:12 +02:00
..
.gitignore chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
README.md chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
Variables.mk chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
bingo.mod chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
bingo.sum chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
embedmd.mod Upgraded thanos; added bingo; autogen docs. (#23) 2020-06-18 22:04:56 +01:00
embedmd.sum chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
go.mod chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
goimports.mod Upgraded thanos; added bingo; autogen docs. (#23) 2020-06-18 22:04:56 +01:00
goimports.sum chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
golangci-lint.mod chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
golangci-lint.sum chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
misspell.mod Upgraded thanos; added bingo; autogen docs. (#23) 2020-06-18 22:04:56 +01:00
misspell.sum chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
promu.mod Upgraded thanos; added bingo; autogen docs. (#23) 2020-06-18 22:04:56 +01:00
promu.sum chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00
variables.env chore: Support M1 mbp build (#40) 2022-10-08 09:27:12 +02:00

README.md

Project Development Dependencies.

This is directory which stores Go modules with pinned buildable package that is used within this repository, managed by https://github.com/bwplotka/bingo.

  • Run bingo get to install all tools having each own module file in this directory.
  • Run bingo get <tool> to install that have own module file in this directory.
  • For Makefile: Make sure to put include .bingo/Variables.mk in your Makefile, then use $() variable where is the .bingo/.mod.
  • For shell: Run source .bingo/variables.env to source all environment variable for each tool.
  • For go: Import .bingo/variables.go to for variable names.
  • See https://github.com/bwplotka/bingo or -h on how to add, remove or change binaries dependencies.

Requirements

  • Go 1.14+