-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test improvements #21
Comments
|
@Yohe-Am 👍
|
I'd been thinking about that myself. Nix demands that you provide a check sum of sorts for any network download. I considered this and the In the context of testing,same complications arise. Since the ports might use plethora of methods for their downloads, (curl, wget, aria2), we'll have to mess with iptables or something system specific like that to make sure they use the proxy. We also want to test that the addresses they're calling out are still valid. |
maybe there is an easy way with https://docs.deno.com/runtime/manual/basics/modules/proxies + https://gist.github.com/osy/30c5c96d7575efd1d2a2db5e3def0815 (no need to patch squid though, or use another local caching proxy like https://github.com/hauke96/tiny-http-proxy) |
The text was updated successfully, but these errors were encountered: