Update NixOS SHA

This commit is contained in:
Bart
2026-07-03 17:58:12 -04:00
parent f4ceb23d40
commit 6ab42ea6f1
7 changed files with 8 additions and 7 deletions

View File

@@ -50,6 +50,6 @@ ${SED_COMMAND} -i -E 's@XRPLF/xrpld@XRPLF/rippled@g' BUILD.md
${SED_COMMAND} -i -E 's@xrpld \(`xrpld`\)@xrpld@g' BUILD.md
${SED_COMMAND} -i -E 's@XRPLF/xrpld@XRPLF/rippled@g' CONTRIBUTING.md
${SED_COMMAND} -i -E 's@XRPLF/xrpld@XRPLF/rippled@g' docs/build/install.md
${SED_COMMAND} -i -E 's@XRPLF/xrpld@XRPLF/rippled@g' cmake/XrplProtobufGo.cmake
popd
echo "Processing complete."

View File

@@ -1,5 +1,5 @@
{
"image_tag": "sha-e29b523",
"image_tag": "sha-3d847f2",
"configs": {
"ubuntu": [
{

View File

@@ -41,7 +41,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/xrplf/xrpld/nix-ubuntu:sha-e29b523
container: ghcr.io/xrplf/xrpld/nix-ubuntu:sha-3d847f2
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

View File

@@ -217,6 +217,7 @@ jobs:
fi
- name: Check Go protobuf bindings are up-to-date
if: ${{ runner.os == 'Linux' }}
working-directory: ${{ env.BUILD_DIR }}
env:
GO_PROTO_DIR: proto/org/xrpl/rpc/v1

View File

@@ -34,7 +34,7 @@ jobs:
needs: [determine-files]
if: ${{ needs.determine-files.outputs.cpp_changed_files != '' || needs.determine-files.outputs.need_full_run == 'true' }}
runs-on: ["self-hosted", "Linux", "X64", "heavy"]
container: "ghcr.io/xrplf/xrpld/nix-debian:sha-e29b523"
container: "ghcr.io/xrplf/xrpld/nix-debian:sha-3d847f2"
permissions:
contents: read
issues: write

View File

@@ -40,7 +40,7 @@ defaults:
jobs:
upload:
runs-on: ubuntu-latest
container: ghcr.io/xrplf/xrpld/nix-ubuntu:sha-e29b523
container: ghcr.io/xrplf/xrpld/nix-ubuntu:sha-3d847f2
env:
REMOTE_NAME: ${{ inputs.remote_name }}
CONAN_LOGIN_USERNAME_XRPLF: ${{ secrets.remote_username }}

View File

@@ -74,8 +74,8 @@ if(NOT GO_PROTOC OR NOT PROTOC_GEN_GO OR NOT PROTOC_GEN_GO_GRPC)
" protoc-gen-go-grpc: ${PROTOC_GEN_GO_GRPC}\n"
"Enter the Nix environment (nix develop) to get the pinned toolchain, "
"or install the plugins manually with:\n"
" go install google.golang.org/protobuf/cmd/protoc-gen-go@latest\n"
" go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest"
" go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.36.11\n"
" go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.6.2"
)
return()
endif()