y4ssi
y4ssi
The problem when generating new service accounts, is that the secret containing the SA token is no longer generated automatically since the `LegacyServiceAccountTokenNoAutoGeneration` feature gate was enabled as true in...
In the process of building Zcash, when downloading certain dependencies the hosting service returns a 404 when many simultaneous requests are made from the same IP. Therefore, certain arguments were...
When trying to compile zcash v5.2.0 with the wallet disabled I get the following error: ``` Options used to compile and link: with wallet = no with zmq = yes...
this include https://github.com/zcash/zcash/pull/6843
Currently, we are using `${{runner.temp}}`, which behaves erratically within a container, as the container's temporary directory is different from that of the host. Therefore, processing the template variable does not...
## Add support for Debian in GitHub Actions Given the migration from **Tekton** to **GitHub Actions**, we have identified that GitHub Actions does not provide runners hosted on the `Debian`...