ooni-probe-cli/CLI
Simone Basso 196ac55493
fix: attempt to make linux builds faster (#911)
This work aims to make Linux builds faster to make https://github.com/ooni/probe/issues/2249 more convenient. Since those builds runs inside Docker, the problem to solve here is to save/restore the Go caches notwithstanding Docker. Because Docker runs as root, we need to modify the build a bit to run as a normal user. Otherwise, we will not be able to save the Go cache using actions/cache@v3. (Other approaches such as using `sudo` are possible but running the build as an unprivileged user actually looks cleaner, so I chose to do that.) While there, add a `.editorconfig`.
2022-08-30 21:13:33 +02:00
..
.gitignore fix: attempt to make linux builds faster (#911) 2022-08-30 21:13:33 +02:00
check-go-version refactor(mk): move build rules into separate scripts (#855) 2022-08-17 13:16:53 +02:00
check-mingw-w64-version fix: repair releasing miniooni and ooniprobe-windows (#900) 2022-08-29 00:48:46 +02:00
go-build-alpine fix: attempt to make linux builds faster (#911) 2022-08-30 21:13:33 +02:00
go-build-android feat: build miniooni and ooniprobe for android (#907) 2022-08-30 09:37:15 +02:00
go-build-cross fix: repair releasing miniooni and ooniprobe-windows (#900) 2022-08-29 00:48:46 +02:00
go-build-darwin refactor(mk): move build rules into separate scripts (#855) 2022-08-17 13:16:53 +02:00
go-build-linux-static fix: attempt to make linux builds faster (#911) 2022-08-30 21:13:33 +02:00
go-build-windows fix: repair releasing miniooni and ooniprobe-windows (#900) 2022-08-29 00:48:46 +02:00
README.md refactor: build miniooni from toplevel (#203) 2021-02-02 15:34:03 +01:00

Directory github.com/ooni/probe-cli/CLI

We use this directory for building CLI binaries (e.g. ooniprobe).