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
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,7 +2,6 @@
|
|||
/*.jsonl
|
||||
/*.tar.gz
|
||||
/*.zip
|
||||
/.vscode
|
||||
/apitool
|
||||
/apitool.exe
|
||||
/coverage.cov
|
||||
|
|
|
|||
Loading…
Reference in a new issue