So in my company I wanted to write a webui. The problem is that I'm sitting behind a firewall that doesn't allow everything. for example it doesn't allow access to githubusercontent.com. So my problem when deploying with trunk is that I get this error
2024-10-17T11:50:22.022922Z ERROR ❌ error
error from build pipeline
Caused by:
0: HTML build pipeline failed (1 errors), showing first
1: error from asset pipeline
2: running wasm-bindgen
3: failed downloading release archive
4: error sending HTTP request
5: error sending request for url (https://objects.githubusercontent.com/github-production-release-asset-2e65be/114685405/6c0b4fb3-b41f-4178-bc13-5d1d06ea5075?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241017%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241017T114947Z&X-Amz-Expires=300&X-Amz-Signature=85a56313b38fd9521ffc1e9bb87fe0db3d9c6a65071122546a690477f23727f4&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dwasm-bindgen-0.2.95-x86_64-unknown-linux-musl.tar.gz&response-content-type=application%2Foctet-stream)
6: client error (Connect)
7: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1889: (unable to get local issuer certificate)
8: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1889:
So my question is: is there an alternative to trunk that doesnt sideload anything from githubusercontents?