This website requires JavaScript.
Explore
Help
Sign In
c
/
ooni-probe-cli
Watch
1
Star
0
Fork
0
You've already forked ooni-probe-cli
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1fc6babcc8
ooni-probe-cli
/
.vscode
/
settings.json
9 lines
137 B
JSON
Raw
Normal View
History
Unescape
Escape
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.
2021-05-05 14:26:19 +02:00
{
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
"python.formatting.provider"
:
"black"
,
"gopls"
:
{
"build.directoryFilters"
:
[
"-GOCACHE"
]
}
}
Reference in New Issue
Copy Permalink