feat(make): sign more generated binaries (#330)
* doc(make): add not about qemu-user-static While still investigating https://github.com/ooni/probe/issues/1466 * feat(make): sign more generated binaries While there, fix an annoying bug where the context manager was suppressing exceptions that occurred. Work part of https://github.com/ooni/probe/issues/1466.
This commit is contained in:
parent
6a998545e9
commit
0f98caf3b4
11 changed files with 104 additions and 53 deletions
3
CLI/windows/386/.gitignore
vendored
3
CLI/windows/386/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/ooniprobe.exe
|
||||
/miniooni.exe
|
||||
/ooniprobe.exe
|
||||
/ooniprobe.exe.asc
|
||||
|
|
|
|||
3
CLI/windows/amd64/.gitignore
vendored
3
CLI/windows/amd64/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/ooniprobe.exe
|
||||
/miniooni.exe
|
||||
/ooniprobe.exe
|
||||
/ooniprobe.exe.asc
|
||||
|
|
|
|||
Loading…
Reference in a new issue