Skip to content

OONI Probe CLI v3.10.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bassosimone bassosimone released this 13 May 06:20
· 1243 commits to master since this release
v3.10.0-beta.3
a4cf473

iOS

pod "oonimkall", :podspec => "https://github.com/ooni/probe-cli/releases/download/v3.10.0-beta.3/oonimkall.podspec"

Android

implementation "org.ooni:oonimkall:2021.05.13-070256"

Generic build instructions

go build -v $extraBuildFlags ./cmd/ooniprobe

Changes

These are the changes since v3.10.0-beta.2:

  • ✨ we now publish linux/386 and linux/armv7 Debian packages.

  • 🛠️ rewrite build script ./make (python3) as an executable Makefile named ./mk as a way to reduce the complexity of what we need once we have gained a better understanding of what we need to do and given up on automatically installing and configuring stuff on Windows for now (which is more difficult than expected, and honestly we are okay with cross-compiling).

  • 🛠️ While there, simplify ./make / ./mk and sort out (1) what to do to ensure we pin the right version and we can easily update.

  • 🛠️ since two weeks have passed, re-run the whole release workflow (#345) to update dependencies, etc.