Nicolas Mattia
Nicolas Mattia
Before this, several versions of both `sha2` and `sha3` were used in the Cargo build. This aligns the crates in the Cargo manifests to use a single version of each,...
This bumps bitcoincore-rpc to the latest version, which transitively allows updating `jsonrpc` to a more recent version, which drops the need for a custom cargo config (used to patch `jsonrpc`...
The go binaries are [built with a very recent Ubuntu image](https://github.com/herumi/bls-go-binary/blob/a1b3a836cba198defc688338d55b89e295d5e966/.github/workflows/release.yml#L42) (`ubuntu-latest`). This can cause issues when artifacts need to be used on older systems. In my case, I'm trying...
I have a project with a Cargo workspace with 100+ members, meaning it's not practical to list every single manifest manually when calling `crates_repository`. Maybe I'm going the wrong way...
I have a `bazel-remote v2.4.3` instance that serves 404 on Action Results that exists in its configured S3 backend. Other instances connected to the same S3 backend, with the same...
**Describe the bug** I'm seeing timeouts when installing the GHC bindist with rules_haskell: ``` ERROR: An error occurred during the fetch of repository 'rules_haskell_ghc_linux_amd64': Traceback (most recent call last): File...
This fixes issues that might occur in `image_builder.py` (the RPi image builder). In particular: * Set the `rev` for `pishrink.sh` to ensure a known working version is used * Drops...