feat: stop cross compiling miniooni (#908)
See https://github.com/ooni/probe/issues/2119 While there, shrink the Makefile to only export the minimum set of rules to comfortable build using GHA.
This commit is contained in:
parent
d48d44b880
commit
0d57899f46
11 changed files with 111 additions and 323 deletions
|
|
@ -113,5 +113,5 @@ Create an issue according to [the routine release template](
|
|||
https://github.com/ooni/probe/blob/master/.github/ISSUE_TEMPLATE/routine-sprint-releases.md)
|
||||
and perform any item inside the check-list.
|
||||
|
||||
We build releases using [Makefile](Makefile), which requires GNU make. The
|
||||
`make help|less` provides detailed usage.
|
||||
We build releases using [Makefile](Makefile), which requires GNU make. Run
|
||||
`make help` for detailed usage.
|
||||
|
|
|
|||
Loading…
Reference in a new issue